Html Css Color HEX #555780 Comet

📋 copy color: '#555780'

red 85 ◦ green 87 ◦ blue 128

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

Shades of Comet #555780

Tints of Comet #555780

RGB

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

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

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

R = 28.33%
G = 29%
B = 42.67%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555780 (or 0x555780) is known color: Comet. HEX triplet: 55, 57 and 80. RGB value is (85,87,128). Sum of RGB (Red+Green+Blue) = 85+87+128=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #555780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555780 is #AAA87F. Grayscale: #5A5A5A. Windows color (decimal): -11184256 or 8410965. OLE color: 8410965.

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

Color convert

RGB 85 87 128 -
CMYK 0.34 0.32 0 0.50
HSL 237.21º 0.2% 0.42% -
HSV(B) 237.21º 0.34% 0.5% -
XYZ 11.05 10.31 21.83 -
YUV 91.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 85 87 128 0.34 0.32 0 0.50 237.21 0.2 0.42
Hex 55 57 80 22 20 0 32 ED 14 2A
Octal 125 127 200 42 40 0 62 355 24 52
Binary 1010101 1010111 10000000 100010 100000 0 110010 11101101 10100 101010

Color Harmonies of #555780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555780

Black with #555780

Text Example


Text Example

White with #555780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555780; }

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

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

background-color css

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

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

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

border-color css

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

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

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