#375575

Color #375575 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #375575

Tints of Matisse #375575

Color information

#375575 (or 0x375575) is unknown color: approx Matisse. HEX triplet: 37, 55 and 75. RGB value is (55,85,117). Sum of RGB (Red+Green+Blue) = 55+85+117=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #375575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375575 is #C8AA8A. Grayscale: #4F4F4F. Windows color (decimal): -13150859 or 7689527. OLE color: 7689527.

HSL color Cylindrical-coordinate representation of color #375575: hue angle of 210.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375575 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5585117-
CMYK0.530.2700.54
HSL210.97º36.05%33.73%-
HSV(B)210.97º52.99%45.88%-
XYZ8.038.5918.06-
YUV79.68149.06110.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=21.40%
G=33.07%
B=45.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55851170.530.2700.54210.9736.0533.73
Hex375575351B036d32422
Octal6712516565330663234442
Binary1101111010101111010111010111011011011011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375575; }

 p { color: rgb(55,85,117); }

 H1.HeaderClassName
 {
   color: #375575;
 }
 .AnyTagClassName
 {
   color: #375575;
 }
</style>
background-color css

<style>
 a { background-color: #375575; }

 a { background-color: rgb(55,85,117); }

 div.DivClassName
 {
   background-color: #375575;
 }
 .BgClassName
 {
   background-color: #375575;
 }
</style>
border-color css

<style>
 span { border-color: #375575; }

 span { border-color: rgb(55,85,117); }

 td.TdClassName
 {
   border-color: #375575;
 }
 .TagClassName
 {
   border-color: #375575;
 }
</style>