Html Css Color HEX #555977 Comet

📋 copy color: '#555977'

red 85 ◦ green 89 ◦ blue 119

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

Shades of Comet #555977

Tints of Comet #555977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 29.01%
G = 30.38%
B = 40.61%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555977 (or 0x555977) is known color: Comet. HEX triplet: 55, 59 and 77. RGB value is (85,89,119). Sum of RGB (Red+Green+Blue) = 85+89+119=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #555977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555977 is #AAA688. Grayscale: #5B5B5B. Windows color (decimal): -11183753 or 7821653. OLE color: 7821653.

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

Color convert

RGB 85 89 119 -
CMYK 0.29 0.25 0 0.53
HSL 232.94º 0.17% 0.4% -
HSV(B) 232.94º 0.29% 0.47% -
XYZ 10.65 10.41 18.9 -
YUV 91.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 85 89 119 0.29 0.25 0 0.53 232.94 0.17 0.4
Hex 55 59 77 1D 19 0 35 E9 11 28
Octal 125 131 167 35 31 0 65 351 21 50
Binary 1010101 1011001 1110111 11101 11001 0 110101 11101001 10001 101000

Color Harmonies of #555977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555977

Black with #555977

Text Example


Text Example

White with #555977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555977; }

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

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

background-color css

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

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

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

border-color css

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

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

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