#575E72

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

Shades of Chambray #575E72

Tints of Chambray #575E72

Color information

#575E72 (or 0x575E72) is unknown color: approx Chambray. HEX triplet: 57, 5E and 72. RGB value is (87,94,114). Sum of RGB (Red+Green+Blue) = 87+94+114=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #575E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E72 is #A8A18D. Grayscale: #5E5E5E. Windows color (decimal): -11051406 or 7495255. OLE color: 7495255.

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

Color convert

RGB8794114-
CMYK0.240.1800.55
HSL224.44º13.43%39.41%-
HSV(B)224.44º23.68%44.71%-
XYZ10.9711.2517.51-
YUV94.19139.18122.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=29.49%
G=31.86%
B=38.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87941140.240.1800.55224.4413.4339.41
Hex575E721812037e0d27
Octal12713616230220673401547
Binary10101111011110111001011000100100110111111000001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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