#565C84

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

Shades of Comet #565C84

Tints of Comet #565C84

Color information

#565C84 (or 0x565C84) is unknown color: approx Comet. HEX triplet: 56, 5C and 84. RGB value is (86,92,132). Sum of RGB (Red+Green+Blue) = 86+92+132=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #565C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C84 is #A9A37B. Grayscale: #5E5E5E. Windows color (decimal): -11117436 or 8674390. OLE color: 8674390.

HSL color Cylindrical-coordinate representation of color #565C84: hue angle of 232.17º 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 #565C84 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8692132-
CMYK0.350.3000.48
HSL232.17º21.1%42.75%-
HSV(B)232.17º34.85%51.76%-
XYZ11.8311.323.39-
YUV94.77149.01121.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=27.74%
G=29.68%
B=42.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86921320.350.3000.48232.1721.142.75
Hex565C84231E030e8152b
Octal12613420443360603502553
Binary10101101011100100001001000111111001100001110100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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