#575B72

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

Shades of Comet #575B72

Tints of Comet #575B72

Color information

#575B72 (or 0x575B72) is unknown color: approx Comet. HEX triplet: 57, 5B and 72. RGB value is (87,91,114). Sum of RGB (Red+Green+Blue) = 87+91+114=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #575B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B72 is #A8A48D. Grayscale: #5C5C5C. Windows color (decimal): -11052174 or 7494487. OLE color: 7494487.

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

Color convert

RGB8791114-
CMYK0.240.2000.55
HSL231.11º13.43%39.41%-
HSV(B)231.11º23.68%44.71%-
XYZ10.7110.7217.42-
YUV92.43140.17124.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=29.79%
G=31.16%
B=39.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87911140.240.2000.55231.1113.4339.41
Hex575B721814037e7d27
Octal12713316230240673471547
Binary10101111011011111001011000101000110111111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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