#565476

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

Shades of Comet #565476

Tints of Comet #565476

Color information

#565476 (or 0x565476) is unknown color: approx Comet. HEX triplet: 56, 54 and 76. RGB value is (86,84,118). Sum of RGB (Red+Green+Blue) = 86+84+118=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #565476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565476 is #A9AB89. Grayscale: #585858. Windows color (decimal): -11119498 or 7754838. OLE color: 7754838.

HSL color Cylindrical-coordinate representation of color #565476: hue angle of 243.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565476 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8684118-
CMYK0.270.2900.54
HSL243.53º16.83%39.61%-
HSV(B)243.53º28.81%46.27%-
XYZ10.289.6318.46-
YUV88.47144.66126.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=29.86%
G=29.17%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86841180.270.2900.54243.5316.8339.61
Hex5654761B1D036f41128
Octal12612416633350663642150
Binary101011010101001110110110111110101101101111010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565476; }

 p { color: rgb(86,84,118); }

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

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

 a { background-color: rgb(86,84,118); }

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

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

 span { border-color: rgb(86,84,118); }

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