Html Css Color HEX #555173 Smoky

📋 copy color: '#555173'

red 85 ◦ green 81 ◦ blue 115

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

Shades of Smoky #555173

Tints of Smoky #555173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 30.25%
G = 28.83%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555173 (or 0x555173) is known color: Smoky. HEX triplet: 55, 51 and 73. RGB value is (85,81,115). Sum of RGB (Red+Green+Blue) = 85+81+115=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #555173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555173 is #AAAE8C. Grayscale: #555555. Windows color (decimal): -11185805 or 7557461. OLE color: 7557461.

HSL color Cylindrical-coordinate representation of color #555173: hue angle of 247.06º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555173 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 81 115 -
CMYK 0.26 0.30 0 0.55
HSL 247.06º 0.17% 0.38% -
HSV(B) 247.06º 0.3% 0.45% -
XYZ 9.78 9.05 17.45 -
YUV 86.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 85 81 115 0.26 0.30 0 0.55 247.06 0.17 0.38
Hex 55 51 73 1A 1E 0 37 F7 11 26
Octal 125 121 163 32 36 0 67 367 21 46
Binary 1010101 1010001 1110011 11010 11110 0 110111 11110111 10001 100110

Color Harmonies of #555173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555173

Black with #555173

Text Example


Text Example

White with #555173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555173; }

 p { color: rgb(85,81,115); }

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

background-color css

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

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

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

border-color css

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

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

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