#565675

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

Shades of Comet #565675

Tints of Comet #565675

Color information

#565675 (or 0x565675) is unknown color: approx Comet. HEX triplet: 56, 56 and 75. RGB value is (86,86,117). Sum of RGB (Red+Green+Blue) = 86+86+117=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #565675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565675 is #A9A98A. Grayscale: #595959. Windows color (decimal): -11118987 or 7689814. OLE color: 7689814.

HSL color Cylindrical-coordinate representation of color #565675: hue angle of 240º 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 #565675 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8686117-
CMYK0.260.2600.54
HSL240º15.27%39.8%-
HSV(B)240º26.5%45.88%-
XYZ10.389.9218.2-
YUV89.53143.5125.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=29.76%
G=29.76%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86861170.260.2600.5424015.2739.8
Hex5656751A1A036f0f28
Octal12612616532320663601750
Binary10101101010110111010111010110100110110111100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565675; }

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

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

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

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

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

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

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

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