#565475

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

Shades of Comet #565475

Tints of Comet #565475

Color information

#565475 (or 0x565475) is unknown color: approx Comet. HEX triplet: 56, 54 and 75. RGB value is (86,84,117). Sum of RGB (Red+Green+Blue) = 86+84+117=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #565475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565475 is #A9AB8A. Grayscale: #585858. Windows color (decimal): -11119499 or 7689302. OLE color: 7689302.

HSL color Cylindrical-coordinate representation of color #565475: hue angle of 243.64º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565475 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8684117-
CMYK0.260.2800.54
HSL243.64º16.42%39.41%-
HSV(B)243.64º28.21%45.88%-
XYZ10.229.618.14-
YUV88.36144.16126.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=29.97%
G=29.27%
B=40.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86841170.260.2800.54243.6416.4239.41
Hex5654751A1C036f41027
Octal12612416532340663642047
Binary101011010101001110101110101110001101101111010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565475; }

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

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

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

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

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

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

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

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