Html Css Color HEX #555476 Comet

📋 copy color: '#555476'

red 85 ◦ green 84 ◦ blue 118

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

Shades of Comet #555476

Tints of Comet #555476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 29.62%
G = 29.27%
B = 41.11%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555476 (or 0x555476) is known color: Comet. HEX triplet: 55, 54 and 76. RGB value is (85,84,118). Sum of RGB (Red+Green+Blue) = 85+84+118=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #555476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555476 is #AAAB89. Grayscale: #585858. Windows color (decimal): -11185034 or 7754837. OLE color: 7754837.

HSL color Cylindrical-coordinate representation of color #555476: hue angle of 241.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555476 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 84 118 -
CMYK 0.28 0.29 0 0.54
HSL 241.76º 0.17% 0.4% -
HSV(B) 241.76º 0.29% 0.46% -
XYZ 10.19 9.58 18.45 -
YUV 88.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 85 84 118 0.28 0.29 0 0.54 241.76 0.17 0.4
Hex 55 54 76 1C 1D 0 36 F2 11 28
Octal 125 124 166 34 35 0 66 362 21 50
Binary 1010101 1010100 1110110 11100 11101 0 110110 11110010 10001 101000

Color Harmonies of #555476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555476

Black with #555476

Text Example


Text Example

White with #555476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555476; }

 p { color: rgb(85,84,118); }

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

background-color css

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

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

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

border-color css

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

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

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