Html Css Color HEX #555666 Comet

📋 copy color: '#555666'

red 85 ◦ green 86 ◦ blue 102

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

Shades of Comet #555666

Tints of Comet #555666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 31.14%
G = 31.5%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#555666 (or 0x555666) is known color: Comet. HEX triplet: 55, 56 and 66. RGB value is (85,86,102). Sum of RGB (Red+Green+Blue) = 85+86+102=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #555666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555666 is #AAA999. Grayscale: #575757. Windows color (decimal): -11184538 or 6706773. OLE color: 6706773.

HSL color Cylindrical-coordinate representation of color #555666: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555666 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 86 102 -
CMYK 0.17 0.16 0 0.6
HSL 236.47º 0.09% 0.37% -
HSV(B) 236.47º 0.17% 0.4% -
XYZ 9.47 9.55 13.91 -
YUV 87.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 85 86 102 0.17 0.16 0 0.6 236.47 0.09 0.37
Hex 55 56 66 11 10 0 3C EC 9 25
Octal 125 126 146 21 20 0 74 354 11 45
Binary 1010101 1010110 1100110 10001 10000 0 111100 11101100 1001 100101

Color Harmonies of #555666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555666

Black with #555666

Text Example


Text Example

White with #555666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555666; }

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

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

background-color css

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

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

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

border-color css

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

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

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