Html Css Color HEX #555980 Comet

📋 copy color: '#555980'

red 85 ◦ green 89 ◦ blue 128

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

Shades of Comet #555980

Tints of Comet #555980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 28.15%
G = 29.47%
B = 42.38%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555980 (or 0x555980) is known color: Comet. HEX triplet: 55, 59 and 80. RGB value is (85,89,128). Sum of RGB (Red+Green+Blue) = 85+89+128=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #555980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555980 is #AAA67F. Grayscale: #5C5C5C. Windows color (decimal): -11183744 or 8411477. OLE color: 8411477.

HSL color Cylindrical-coordinate representation of color #555980: hue angle of 234.42º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555980 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 89 128 -
CMYK 0.34 0.30 0 0.50
HSL 234.42º 0.2% 0.42% -
HSV(B) 234.42º 0.34% 0.5% -
XYZ 11.21 10.63 21.88 -
YUV 92.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 85 89 128 0.34 0.30 0 0.50 234.42 0.2 0.42
Hex 55 59 80 22 1E 0 32 EA 14 2A
Octal 125 131 200 42 36 0 62 352 24 52
Binary 1010101 1011001 10000000 100010 11110 0 110010 11101010 10100 101010

Color Harmonies of #555980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555980

Black with #555980

Text Example


Text Example

White with #555980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555980; }

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

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

background-color css

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

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

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

border-color css

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

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

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