#565973

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

Shades of Comet #565973

Tints of Comet #565973

Color information

#565973 (or 0x565973) is unknown color: approx Comet. HEX triplet: 56, 59 and 73. RGB value is (86,89,115). Sum of RGB (Red+Green+Blue) = 86+89+115=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #565973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565973 is #A9A68C. Grayscale: #5A5A5A. Windows color (decimal): -11118221 or 7559510. OLE color: 7559510.

HSL color Cylindrical-coordinate representation of color #565973: hue angle of 233.79º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #565973 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8689115-
CMYK0.250.2300.55
HSL233.79º14.43%39.41%-
HSV(B)233.79º25.22%45.1%-
XYZ10.510.3617.67-
YUV91.07141.51124.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=29.66%
G=30.69%
B=39.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86891150.250.2300.55233.7914.4339.41
Hex5659731917037eae27
Octal12613116331270673521647
Binary10101101011001111001111001101110110111111010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565973; }

 p { color: rgb(86,89,115); }

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

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

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

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

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

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

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