Html Css Color HEX #555578 Comet

📋 copy color: '#555578'

red 85 ◦ green 85 ◦ blue 120

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

Shades of Comet #555578

Tints of Comet #555578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 29.31%
G = 29.31%
B = 41.38%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555578 (or 0x555578) is known color: Comet. HEX triplet: 55, 55 and 78. RGB value is (85,85,120). Sum of RGB (Red+Green+Blue) = 85+85+120=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #555578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555578 is #AAAA87. Grayscale: #585858. Windows color (decimal): -11184776 or 7886165. OLE color: 7886165.

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

Color convert

RGB 85 85 120 -
CMYK 0.29 0.29 0 0.53
HSL 240º 0.17% 0.4% -
HSV(B) 240º 0.29% 0.47% -
XYZ 10.38 9.78 19.11 -
YUV 88.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 85 85 120 0.29 0.29 0 0.53 240 0.17 0.4
Hex 55 55 78 1D 1D 0 35 F0 11 28
Octal 125 125 170 35 35 0 65 360 21 50
Binary 1010101 1010101 1111000 11101 11101 0 110101 11110000 10001 101000

Color Harmonies of #555578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555578

Black with #555578

Text Example


Text Example

White with #555578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555578; }

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

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

background-color css

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

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

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

border-color css

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

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

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