Html Css Color HEX #555877 Comet

📋 copy color: '#555877'

red 85 ◦ green 88 ◦ blue 119

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

Shades of Comet #555877

Tints of Comet #555877

RGB

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

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

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

R = 29.11%
G = 30.14%
B = 40.75%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555877 (or 0x555877) is known color: Comet. HEX triplet: 55, 58 and 77. RGB value is (85,88,119). Sum of RGB (Red+Green+Blue) = 85+88+119=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #555877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555877 is #AAA788. Grayscale: #5A5A5A. Windows color (decimal): -11184009 or 7821397. OLE color: 7821397.

HSL color Cylindrical-coordinate representation of color #555877: hue angle of 234.71º 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 #555877 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 88 119 -
CMYK 0.29 0.26 0 0.53
HSL 234.71º 0.17% 0.4% -
HSV(B) 234.71º 0.29% 0.47% -
XYZ 10.57 10.24 18.87 -
YUV 90.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 85 88 119 0.29 0.26 0 0.53 234.71 0.17 0.4
Hex 55 58 77 1D 1A 0 35 EB 11 28
Octal 125 130 167 35 32 0 65 353 21 50
Binary 1010101 1011000 1110111 11101 11010 0 110101 11101011 10001 101000

Color Harmonies of #555877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555877

Black with #555877

Text Example


Text Example

White with #555877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555877; }

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

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

background-color css

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

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

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

border-color css

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

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

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