#575772

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

Shades of Comet #575772

Tints of Comet #575772

Color information

#575772 (or 0x575772) is unknown color: approx Comet. HEX triplet: 57, 57 and 72. RGB value is (87,87,114). Sum of RGB (Red+Green+Blue) = 87+87+114=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #575772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575772 is #A8A88D. Grayscale: #595959. Windows color (decimal): -11053198 or 7493463. OLE color: 7493463.

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

Color convert

RGB8787114-
CMYK0.240.2400.55
HSL240º13.43%39.41%-
HSV(B)240º23.68%44.71%-
XYZ10.3810.0617.31-
YUV90.08141.5125.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=30.21%
G=30.21%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87871140.240.2400.5524013.4339.41
Hex5757721818037f0d27
Octal12712716230300673601547
Binary10101111010111111001011000110000110111111100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575772; }

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

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

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

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

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

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

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

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