Html Css Color HEX #555778 Comet

📋 copy color: '#555778'

red 85 ◦ green 87 ◦ blue 120

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

Shades of Comet #555778

Tints of Comet #555778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 29.11%
G = 29.79%
B = 41.1%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555778 (or 0x555778) is known color: Comet. HEX triplet: 55, 57 and 78. RGB value is (85,87,120). Sum of RGB (Red+Green+Blue) = 85+87+120=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #555778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555778 is #AAA887. Grayscale: #5A5A5A. Windows color (decimal): -11184264 or 7886677. OLE color: 7886677.

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

Color convert

RGB 85 87 120 -
CMYK 0.29 0.28 0 0.53
HSL 236.57º 0.17% 0.4% -
HSV(B) 236.57º 0.29% 0.47% -
XYZ 10.54 10.1 19.16 -
YUV 90.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 85 87 120 0.29 0.28 0 0.53 236.57 0.17 0.4
Hex 55 57 78 1D 1C 0 35 ED 11 28
Octal 125 127 170 35 34 0 65 355 21 50
Binary 1010101 1010111 1111000 11101 11100 0 110101 11101101 10001 101000

Color Harmonies of #555778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555778

Black with #555778

Text Example


Text Example

White with #555778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555778; }

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

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

background-color css

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

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

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

border-color css

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

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

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