#565882

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

Shades of Comet #565882

Tints of Comet #565882

Color information

#565882 (or 0x565882) is unknown color: approx Comet. HEX triplet: 56, 58 and 82. RGB value is (86,88,130). Sum of RGB (Red+Green+Blue) = 86+88+130=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #565882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565882 is #A9A77D. Grayscale: #5C5C5C. Windows color (decimal): -11118462 or 8542294. OLE color: 8542294.

HSL color Cylindrical-coordinate representation of color #565882: hue angle of 237.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565882 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8688130-
CMYK0.340.3200.49
HSL237.27º20.37%42.35%-
HSV(B)237.27º33.85%50.98%-
XYZ11.3610.5722.56-
YUV92.19149.34123.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=28.29%
G=28.95%
B=42.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86881300.340.3200.49237.2720.3742.35
Hex5658822220031ed142a
Octal12613020242400613552452
Binary101011010110001000001010001010000001100011110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565882; }

 p { color: rgb(86,88,130); }

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

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

 a { background-color: rgb(86,88,130); }

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

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

 span { border-color: rgb(86,88,130); }

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