#565875

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

Shades of Comet #565875

Tints of Comet #565875

Color information

#565875 (or 0x565875) is unknown color: approx Comet. HEX triplet: 56, 58 and 75. RGB value is (86,88,117). Sum of RGB (Red+Green+Blue) = 86+88+117=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #565875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565875 is #A9A78A. Grayscale: #5A5A5A. Windows color (decimal): -11118475 or 7690326. OLE color: 7690326.

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

Color convert

RGB8688117-
CMYK0.260.2500.54
HSL236.13º15.27%39.8%-
HSV(B)236.13º26.5%45.88%-
XYZ10.5410.2418.25-
YUV90.71142.84124.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=29.55%
G=30.24%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86881170.260.2500.54236.1315.2739.8
Hex5658751A19036ecf28
Octal12613016532310663541750
Binary10101101011000111010111010110010110110111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565875; }

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

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

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

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

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

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

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

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