#565772

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

Shades of Comet #565772

Tints of Comet #565772

Color information

#565772 (or 0x565772) is unknown color: approx Comet. HEX triplet: 56, 57 and 72. RGB value is (86,87,114). Sum of RGB (Red+Green+Blue) = 86+87+114=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #565772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565772 is #A9A88D. Grayscale: #595959. Windows color (decimal): -11118734 or 7493462. OLE color: 7493462.

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

Color convert

RGB8687114-
CMYK0.250.2400.55
HSL237.86º14%39.22%-
HSV(B)237.86º24.56%44.71%-
XYZ10.2810.0117.31-
YUV89.78141.67125.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=29.97%
G=30.31%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86871140.250.2400.55237.861439.22
Hex5657721918037eee27
Octal12612716231300673561647
Binary10101101010111111001011001110000110111111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565772; }

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

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

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

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

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

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

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

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