#575F74

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

Shades of Chambray #575F74

Tints of Chambray #575F74

Color information

#575F74 (or 0x575F74) is unknown color: approx Chambray. HEX triplet: 57, 5F and 74. RGB value is (87,95,116). Sum of RGB (Red+Green+Blue) = 87+95+116=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #575F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F74 is #A8A08B. Grayscale: #5E5E5E. Windows color (decimal): -11051148 or 7626583. OLE color: 7626583.

HSL color Cylindrical-coordinate representation of color #575F74: hue angle of 223.45º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575F74 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8795116-
CMYK0.250.1800.55
HSL223.45º14.29%39.8%-
HSV(B)223.45º25%45.49%-
XYZ11.1811.4718.15-
YUV95139.85122.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=29.19%
G=31.88%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87951160.250.1800.55223.4514.2939.8
Hex575F741912037dfe28
Octal12713716431220673371650
Binary10101111011111111010011001100100110111110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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