#375F57

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

Shades of Spectra #375F57

Tints of Spectra #375F57

Color information

#375F57 (or 0x375F57) is unknown color: approx Spectra. HEX triplet: 37, 5F and 57. RGB value is (55,95,87). Sum of RGB (Red+Green+Blue) = 55+95+87=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #375F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F57 is #C8A0A8. Grayscale: #525252. Windows color (decimal): -13148329 or 5726007. OLE color: 5726007.

HSL color Cylindrical-coordinate representation of color #375F57: hue angle of 168º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F57 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB559587-
CMYK0.4200.080.63
HSL168º26.67%29.41%-
HSV(B)168º42.11%37.25%-
XYZ7.399.6810.5-
YUV82.13130.75108.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=23.21%
G=40.08%
B=36.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595870.4200.080.6316826.6729.41
Hex375F572A083Fa81b1d
Octal6713712752010772503335
Binary1101111011111101011110101001000111111101010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F57; }

 p { color: rgb(55,95,87); }

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

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

 a { background-color: rgb(55,95,87); }

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

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

 span { border-color: rgb(55,95,87); }

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