#575E77

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

Shades of Chambray #575E77

Tints of Chambray #575E77

Color information

#575E77 (or 0x575E77) is unknown color: approx Chambray. HEX triplet: 57, 5E and 77. RGB value is (87,94,119). Sum of RGB (Red+Green+Blue) = 87+94+119=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #575E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E77 is #A8A188. Grayscale: #5E5E5E. Windows color (decimal): -11051401 or 7822935. OLE color: 7822935.

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

Color convert

RGB8794119-
CMYK0.270.2100.53
HSL226.88º15.53%40.39%-
HSV(B)226.88º26.89%46.67%-
XYZ11.2611.3619.05-
YUV94.76141.68122.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=29%
G=31.33%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87941190.270.2100.53226.8815.5340.39
Hex575E771B15035e31028
Octal12713616733250653432050
Binary101011110111101110111110111010101101011110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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