#575E78

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

Shades of Chambray #575E78

Tints of Chambray #575E78

Color information

#575E78 (or 0x575E78) is unknown color: approx Chambray. HEX triplet: 57, 5E and 78. RGB value is (87,94,120). Sum of RGB (Red+Green+Blue) = 87+94+120=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #575E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E78 is #A8A187. Grayscale: #5E5E5E. Windows color (decimal): -11051400 or 7888471. OLE color: 7888471.

HSL color Cylindrical-coordinate representation of color #575E78: hue angle of 227.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575E78 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8794120-
CMYK0.280.2200.53
HSL227.27º15.94%40.59%-
HSV(B)227.27º27.5%47.06%-
XYZ11.3211.3919.37-
YUV94.87142.18122.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=28.90%
G=31.23%
B=39.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87941200.280.2200.53227.2715.9440.59
Hex575E781C16035e31029
Octal12713617034260653432051
Binary101011110111101111000111001011001101011110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E78; }

 p { color: rgb(87,94,120); }

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

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

 a { background-color: rgb(87,94,120); }

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

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

 span { border-color: rgb(87,94,120); }

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