#565982

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

Shades of Comet #565982

Tints of Comet #565982

Color information

#565982 (or 0x565982) is unknown color: approx Comet. HEX triplet: 56, 59 and 82. RGB value is (86,89,130). Sum of RGB (Red+Green+Blue) = 86+89+130=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #565982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565982 is #A9A67D. Grayscale: #5C5C5C. Windows color (decimal): -11118206 or 8542550. OLE color: 8542550.

HSL color Cylindrical-coordinate representation of color #565982: hue angle of 235.91º 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 #565982 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8689130-
CMYK0.340.3200.49
HSL235.91º20.37%42.35%-
HSV(B)235.91º33.85%50.98%-
XYZ11.4410.7322.59-
YUV92.78149.01123.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=28.20%
G=29.18%
B=42.62%

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
Decimal86891300.340.3200.49235.9120.3742.35
Hex5659822220031ec142a
Octal12613120242400613542452
Binary101011010110011000001010001010000001100011110110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565982; }

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

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

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

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

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

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

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

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