#565974

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

Shades of Comet #565974

Tints of Comet #565974

Color information

#565974 (or 0x565974) is unknown color: approx Comet. HEX triplet: 56, 59 and 74. RGB value is (86,89,116). Sum of RGB (Red+Green+Blue) = 86+89+116=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #565974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565974 is #A9A68B. Grayscale: #5B5B5B. Windows color (decimal): -11118220 or 7625046. OLE color: 7625046.

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

Color convert

RGB8689116-
CMYK0.260.2300.55
HSL234º14.85%39.61%-
HSV(B)234º25.86%45.49%-
XYZ10.5610.3817.97-
YUV91.18142.01124.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=29.55%
G=30.58%
B=39.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86891160.260.2300.5523414.8539.61
Hex5659741A17037eaf28
Octal12613116432270673521750
Binary10101101011001111010011010101110110111111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565974; }

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

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

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

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

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

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

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

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