#565B78

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

Shades of Comet #565B78

Tints of Comet #565B78

Color information

#565B78 (or 0x565B78) is unknown color: approx Comet. HEX triplet: 56, 5B and 78. RGB value is (86,91,120). Sum of RGB (Red+Green+Blue) = 86+91+120=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #565B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B78 is #A9A487. Grayscale: #5C5C5C. Windows color (decimal): -11117704 or 7887702. OLE color: 7887702.

HSL color Cylindrical-coordinate representation of color #565B78: hue angle of 231.18º 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 #565B78 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8691120-
CMYK0.280.2400.53
HSL231.18º16.5%40.39%-
HSV(B)231.18º28.33%47.06%-
XYZ10.9710.8219.28-
YUV92.81143.34123.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=28.96%
G=30.64%
B=40.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86911200.280.2400.53231.1816.540.39
Hex565B781C18035e71128
Octal12613317034300653472150
Binary101011010110111111000111001100001101011110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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