Html Css Color HEX #56566C Comet

📋 copy color: '#56566C'

red 86 ◦ green 86 ◦ blue 108

#56566C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #56566C

Tints of Comet #56566C

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 30.71%
G = 30.71%
B = 38.57%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56566C (or 0x56566C) is known color: Comet. HEX triplet: 56, 56 and 6C. RGB value is (86,86,108). Sum of RGB (Red+Green+Blue) = 86+86+108=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #56566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56566C is #A9A993. Grayscale: #585858. Windows color (decimal): -11118996 or 7099990. OLE color: 7099990.

HSL color Cylindrical-coordinate representation of color #56566C: hue angle of 240º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56566C is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 86 108 -
CMYK 0.20 0.20 0 0.58
HSL 240º 0.11% 0.38% -
HSV(B) 240º 0.2% 0.42% -
XYZ 9.87 9.72 15.54 -
YUV 88.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 86 86 108 0.20 0.20 0 0.58 240 0.11 0.38
Hex 56 56 6C 14 14 0 3A F0 B 26
Octal 126 126 154 24 24 0 72 360 13 46
Binary 1010110 1010110 1101100 10100 10100 0 111010 11110000 1011 100110

Color Harmonies of #56566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56566C

Black with #56566C

Text Example


Text Example

White with #56566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56566C; }

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

 H1.HeaderClassName
 {
   color: #56566C;
 }
 .AnyTagClassName
 {
   color: #56566C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #56566C;
 }
 .BgClassName
 {
   background-color: #56566C;
 }
</style>

border-color css

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

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

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