#565A78

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

Shades of Comet #565A78

Tints of Comet #565A78

Color information

#565A78 (or 0x565A78) is unknown color: approx Comet. HEX triplet: 56, 5A and 78. RGB value is (86,90,120). Sum of RGB (Red+Green+Blue) = 86+90+120=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #565A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A78 is #A9A587. Grayscale: #5C5C5C. Windows color (decimal): -11117960 or 7887446. OLE color: 7887446.

HSL color Cylindrical-coordinate representation of color #565A78: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565A78 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8690120-
CMYK0.280.2500.53
HSL232.94º16.5%40.39%-
HSV(B)232.94º28.33%47.06%-
XYZ10.8810.6519.25-
YUV92.22143.67123.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=29.05%
G=30.41%
B=40.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86901200.280.2500.53232.9416.540.39
Hex565A781C19035e91128
Octal12613217034310653512150
Binary101011010110101111000111001100101101011110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,90,120); }

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

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

 a { background-color: rgb(86,90,120); }

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

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

 span { border-color: rgb(86,90,120); }

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