#565878

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

Shades of Comet #565878

Tints of Comet #565878

Color information

#565878 (or 0x565878) is unknown color: approx Comet. HEX triplet: 56, 58 and 78. RGB value is (86,88,120). Sum of RGB (Red+Green+Blue) = 86+88+120=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #565878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565878 is #A9A787. Grayscale: #5A5A5A. Windows color (decimal): -11118472 or 7886934. OLE color: 7886934.

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

Color convert

RGB8688120-
CMYK0.280.2700.53
HSL236.47º16.5%40.39%-
HSV(B)236.47º28.33%47.06%-
XYZ10.7210.3119.2-
YUV91.05144.34124.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=29.25%
G=29.93%
B=40.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86881200.280.2700.53236.4716.540.39
Hex5658781C1B035ec1128
Octal12613017034330653542150
Binary101011010110001111000111001101101101011110110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565878; }

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

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

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

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

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

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

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

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