Html Css Color HEX #555776 Comet

📋 copy color: '#555776'

red 85 ◦ green 87 ◦ blue 118

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

Shades of Comet #555776

Tints of Comet #555776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 29.31%
G = 30%
B = 40.69%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555776 (or 0x555776) is known color: Comet. HEX triplet: 55, 57 and 76. RGB value is (85,87,118). Sum of RGB (Red+Green+Blue) = 85+87+118=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #555776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555776 is #AAA889. Grayscale: #595959. Windows color (decimal): -11184266 or 7755605. OLE color: 7755605.

HSL color Cylindrical-coordinate representation of color #555776: hue angle of 236.36º 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 #555776 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 87 118 -
CMYK 0.28 0.26 0 0.54
HSL 236.36º 0.16% 0.4% -
HSV(B) 236.36º 0.28% 0.46% -
XYZ 10.42 10.06 18.53 -
YUV 89.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 85 87 118 0.28 0.26 0 0.54 236.36 0.16 0.4
Hex 55 57 76 1C 1A 0 36 EC 10 28
Octal 125 127 166 34 32 0 66 354 20 50
Binary 1010101 1010111 1110110 11100 11010 0 110110 11101100 10000 101000

Color Harmonies of #555776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555776

Black with #555776

Text Example


Text Example

White with #555776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555776; }

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

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

background-color css

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

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

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

border-color css

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

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

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