Html Css Color HEX #555471 Comet

📋 copy color: '#555471'

red 85 ◦ green 84 ◦ blue 113

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

Shades of Comet #555471

Tints of Comet #555471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 30.14%
G = 29.79%
B = 40.07%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555471 (or 0x555471) is known color: Comet. HEX triplet: 55, 54 and 71. RGB value is (85,84,113). Sum of RGB (Red+Green+Blue) = 85+84+113=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #555471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555471 is #AAAB8E. Grayscale: #575757. Windows color (decimal): -11185039 or 7427157. OLE color: 7427157.

HSL color Cylindrical-coordinate representation of color #555471: hue angle of 242.07º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555471 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 84 113 -
CMYK 0.25 0.26 0 0.56
HSL 242.07º 0.15% 0.39% -
HSV(B) 242.07º 0.26% 0.44% -
XYZ 9.9 9.46 16.93 -
YUV 87.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 85 84 113 0.25 0.26 0 0.56 242.07 0.15 0.39
Hex 55 54 71 19 1A 0 38 F2 F 27
Octal 125 124 161 31 32 0 70 362 17 47
Binary 1010101 1010100 1110001 11001 11010 0 111000 11110010 1111 100111

Color Harmonies of #555471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555471

Black with #555471

Text Example


Text Example

White with #555471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555471; }

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

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

background-color css

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

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

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

border-color css

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

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

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