Html Css Color HEX #555979 Comet

📋 copy color: '#555979'

red 85 ◦ green 89 ◦ blue 121

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

Shades of Comet #555979

Tints of Comet #555979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 28.81%
G = 30.17%
B = 41.02%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555979 (or 0x555979) is known color: Comet. HEX triplet: 55, 59 and 79. RGB value is (85,89,121). Sum of RGB (Red+Green+Blue) = 85+89+121=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #555979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555979 is #AAA686. Grayscale: #5B5B5B. Windows color (decimal): -11183751 or 7952725. OLE color: 7952725.

HSL color Cylindrical-coordinate representation of color #555979: hue angle of 233.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555979 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 89 121 -
CMYK 0.30 0.26 0 0.53
HSL 233.33º 0.17% 0.4% -
HSV(B) 233.33º 0.3% 0.47% -
XYZ 10.77 10.46 19.54 -
YUV 91.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 85 89 121 0.30 0.26 0 0.53 233.33 0.17 0.4
Hex 55 59 79 1E 1A 0 35 E9 11 28
Octal 125 131 171 36 32 0 65 351 21 50
Binary 1010101 1011001 1111001 11110 11010 0 110101 11101001 10001 101000

Color Harmonies of #555979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555979

Black with #555979

Text Example


Text Example

White with #555979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555979; }

 p { color: rgb(85,89,121); }

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

background-color css

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

 a { background-color: rgb(85,89,121); }

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

border-color css

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

 span { border-color: rgb(85,89,121); }

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