Html Css Color HEX #55566C Comet

📋 copy color: '#55566C'

red 85 ◦ green 86 ◦ blue 108

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

Shades of Comet #55566C

Tints of Comet #55566C

RGB

 RED value IS 85 (33.59% from 255) = 30.47%

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

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

R = 30.47%
G = 30.82%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55566C (or 0x55566C) is known color: Comet. HEX triplet: 55, 56 and 6C. RGB value is (85,86,108). Sum of RGB (Red+Green+Blue) = 85+86+108=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #55566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566C is #AAA993. Grayscale: #585858. Windows color (decimal): -11184532 or 7099989. OLE color: 7099989.

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

Color convert

RGB 85 86 108 -
CMYK 0.21 0.20 0 0.58
HSL 237.39º 0.12% 0.38% -
HSV(B) 237.39º 0.21% 0.42% -
XYZ 9.78 9.67 15.54 -
YUV 88.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 85 86 108 0.21 0.20 0 0.58 237.39 0.12 0.38
Hex 55 56 6C 15 14 0 3A ED C 26
Octal 125 126 154 25 24 0 72 355 14 46
Binary 1010101 1010110 1101100 10101 10100 0 111010 11101101 1100 100110

Color Harmonies of #55566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55566C

Black with #55566C

Text Example


Text Example

White with #55566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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