#575E74

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

Shades of Chambray #575E74

Tints of Chambray #575E74

Color information

#575E74 (or 0x575E74) is unknown color: approx Chambray. HEX triplet: 57, 5E and 74. RGB value is (87,94,116). Sum of RGB (Red+Green+Blue) = 87+94+116=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #575E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E74 is #A8A18B. Grayscale: #5E5E5E. Windows color (decimal): -11051404 or 7626327. OLE color: 7626327.

HSL color Cylindrical-coordinate representation of color #575E74: hue angle of 225.52º 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 #575E74 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8794116-
CMYK0.250.1900.55
HSL225.52º14.29%39.8%-
HSV(B)225.52º25%45.49%-
XYZ11.0911.2918.12-
YUV94.42140.18122.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=29.29%
G=31.65%
B=39.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87941160.250.1900.55225.5214.2939.8
Hex575E741913037e2e28
Octal12713616431230673421650
Binary10101111011110111010011001100110110111111000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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