#565B84

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

Shades of Comet #565B84

Tints of Comet #565B84

Color information

#565B84 (or 0x565B84) is unknown color: approx Comet. HEX triplet: 56, 5B and 84. RGB value is (86,91,132). Sum of RGB (Red+Green+Blue) = 86+91+132=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #565B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B84 is #A9A47B. Grayscale: #5E5E5E. Windows color (decimal): -11117692 or 8674134. OLE color: 8674134.

HSL color Cylindrical-coordinate representation of color #565B84: hue angle of 233.48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565B84 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8691132-
CMYK0.350.3100.48
HSL233.48º21.1%42.75%-
HSV(B)233.48º34.85%51.76%-
XYZ11.7411.1323.36-
YUV94.18149.34122.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=27.83%
G=29.45%
B=42.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86911320.350.3100.48233.4821.142.75
Hex565B84231F030e9152b
Octal12613320443370603512553
Binary10101101011011100001001000111111101100001110100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565B84; }

 p { color: rgb(86,91,132); }

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

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

 a { background-color: rgb(86,91,132); }

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

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

 span { border-color: rgb(86,91,132); }

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