Html Css Color HEX #555978 Comet

📋 copy color: '#555978'

red 85 ◦ green 89 ◦ blue 120

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

Shades of Comet #555978

Tints of Comet #555978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 28.91%
G = 30.27%
B = 40.82%

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

#555978 (or 0x555978) is known color: Comet. HEX triplet: 55, 59 and 78. RGB value is (85,89,120). Sum of RGB (Red+Green+Blue) = 85+89+120=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #555978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555978 is #AAA687. Grayscale: #5B5B5B. Windows color (decimal): -11183752 or 7887189. OLE color: 7887189.

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

Color convert

RGB 85 89 120 -
CMYK 0.29 0.26 0 0.53
HSL 233.14º 0.17% 0.4% -
HSV(B) 233.14º 0.29% 0.47% -
XYZ 10.71 10.43 19.22 -
YUV 91.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 85 89 120 0.29 0.26 0 0.53 233.14 0.17 0.4
Hex 55 59 78 1D 1A 0 35 E9 11 28
Octal 125 131 170 35 32 0 65 351 21 50
Binary 1010101 1011001 1111000 11101 11010 0 110101 11101001 10001 101000

Color Harmonies of #555978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555978

Black with #555978

Text Example


Text Example

White with #555978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555978; }

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

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

background-color css

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

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

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

border-color css

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

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

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