Html Css Color HEX #555676 Comet

📋 copy color: '#555676'

red 85 ◦ green 86 ◦ blue 118

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

Shades of Comet #555676

Tints of Comet #555676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 29.41%
G = 29.76%
B = 40.83%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555676 (or 0x555676) is known color: Comet. HEX triplet: 55, 56 and 76. RGB value is (85,86,118). Sum of RGB (Red+Green+Blue) = 85+86+118=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #555676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555676 is #AAA989. Grayscale: #595959. Windows color (decimal): -11184522 or 7755349. OLE color: 7755349.

HSL color Cylindrical-coordinate representation of color #555676: hue angle of 238.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555676 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 86 118 -
CMYK 0.28 0.27 0 0.54
HSL 238.18º 0.16% 0.4% -
HSV(B) 238.18º 0.28% 0.46% -
XYZ 10.34 9.89 18.5 -
YUV 89.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 85 86 118 0.28 0.27 0 0.54 238.18 0.16 0.4
Hex 55 56 76 1C 1B 0 36 EE 10 28
Octal 125 126 166 34 33 0 66 356 20 50
Binary 1010101 1010110 1110110 11100 11011 0 110110 11101110 10000 101000

Color Harmonies of #555676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555676

Black with #555676

Text Example


Text Example

White with #555676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555676; }

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

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

background-color css

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

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

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

border-color css

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

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

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