#575F82

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

Shades of Chambray #575F82

Tints of Chambray #575F82

Color information

#575F82 (or 0x575F82) is unknown color: approx Chambray. HEX triplet: 57, 5F and 82. RGB value is (87,95,130). Sum of RGB (Red+Green+Blue) = 87+95+130=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #575F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F82 is #A8A07D. Grayscale: #606060. Windows color (decimal): -11051134 or 8544087. OLE color: 8544087.

HSL color Cylindrical-coordinate representation of color #575F82: hue angle of 228.84º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575F82 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8795130-
CMYK0.330.2700.49
HSL228.84º19.82%42.55%-
HSV(B)228.84º33.08%50.98%-
XYZ12.0511.8222.77-
YUV96.6146.85121.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=27.88%
G=30.45%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87951300.330.2700.49228.8419.8242.55
Hex575F82211B031e5142b
Octal12713720241330613452453
Binary10101111011111100000101000011101101100011110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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