#575F76

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

Shades of Chambray #575F76

Tints of Chambray #575F76

Color information

#575F76 (or 0x575F76) is unknown color: approx Chambray. HEX triplet: 57, 5F and 76. RGB value is (87,95,118). Sum of RGB (Red+Green+Blue) = 87+95+118=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #575F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F76 is #A8A089. Grayscale: #5F5F5F. Windows color (decimal): -11051146 or 7757655. OLE color: 7757655.

HSL color Cylindrical-coordinate representation of color #575F76: hue angle of 224.52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575F76 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8795118-
CMYK0.260.1900.54
HSL224.52º15.12%40.2%-
HSV(B)224.52º26.27%46.27%-
XYZ11.2911.5218.77-
YUV95.23140.85122.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=29%
G=31.67%
B=39.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87951180.260.1900.54224.5215.1240.2
Hex575F761A13036e1f28
Octal12713716632230663411750
Binary10101111011111111011011010100110110110111000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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