Html Css Color HEX #555880 Comet

📋 copy color: '#555880'

red 85 ◦ green 88 ◦ blue 128

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

Shades of Comet #555880

Tints of Comet #555880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 28.24%
G = 29.24%
B = 42.52%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555880 (or 0x555880) is known color: Comet. HEX triplet: 55, 58 and 80. RGB value is (85,88,128). Sum of RGB (Red+Green+Blue) = 85+88+128=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #555880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555880 is #AAA77F. Grayscale: #5B5B5B. Windows color (decimal): -11184000 or 8411221. OLE color: 8411221.

HSL color Cylindrical-coordinate representation of color #555880: hue angle of 235.81º 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 #555880 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 88 128 -
CMYK 0.34 0.31 0 0.50
HSL 235.81º 0.2% 0.42% -
HSV(B) 235.81º 0.34% 0.5% -
XYZ 11.13 10.47 21.86 -
YUV 91.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 85 88 128 0.34 0.31 0 0.50 235.81 0.2 0.42
Hex 55 58 80 22 1F 0 32 EC 14 2A
Octal 125 130 200 42 37 0 62 354 24 52
Binary 1010101 1011000 10000000 100010 11111 0 110010 11101100 10100 101010

Color Harmonies of #555880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555880

Black with #555880

Text Example


Text Example

White with #555880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555880; }

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

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

background-color css

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

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

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

border-color css

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

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

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