Html Css Color HEX #555777 Comet

📋 copy color: '#555777'

red 85 ◦ green 87 ◦ blue 119

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

Shades of Comet #555777

Tints of Comet #555777

RGB

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

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

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

R = 29.21%
G = 29.9%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555777 (or 0x555777) is known color: Comet. HEX triplet: 55, 57 and 77. RGB value is (85,87,119). Sum of RGB (Red+Green+Blue) = 85+87+119=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #555777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555777 is #AAA888. Grayscale: #595959. Windows color (decimal): -11184265 or 7821141. OLE color: 7821141.

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

Color convert

RGB 85 87 119 -
CMYK 0.29 0.27 0 0.53
HSL 236.47º 0.17% 0.4% -
HSV(B) 236.47º 0.29% 0.47% -
XYZ 10.48 10.08 18.85 -
YUV 90.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 85 87 119 0.29 0.27 0 0.53 236.47 0.17 0.4
Hex 55 57 77 1D 1B 0 35 EC 11 28
Octal 125 127 167 35 33 0 65 354 21 50
Binary 1010101 1010111 1110111 11101 11011 0 110101 11101100 10001 101000

Color Harmonies of #555777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555777

Black with #555777

Text Example


Text Example

White with #555777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555777; }

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

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

background-color css

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

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

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

border-color css

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

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

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