Html Css Color HEX #555171 Smoky

📋 copy color: '#555171'

red 85 ◦ green 81 ◦ blue 113

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

Shades of Smoky #555171

Tints of Smoky #555171

RGB

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

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

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

R = 30.47%
G = 29.03%
B = 40.5%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555171 (or 0x555171) is known color: Smoky. HEX triplet: 55, 51 and 71. RGB value is (85,81,113). Sum of RGB (Red+Green+Blue) = 85+81+113=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #555171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555171 is #AAAE8E. Grayscale: #555555. Windows color (decimal): -11185807 or 7426389. OLE color: 7426389.

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

Color convert

RGB 85 81 113 -
CMYK 0.25 0.28 0 0.56
HSL 247.5º 0.16% 0.38% -
HSV(B) 247.5º 0.28% 0.44% -
XYZ 9.67 9.01 16.85 -
YUV 85.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 85 81 113 0.25 0.28 0 0.56 247.5 0.16 0.38
Hex 55 51 71 19 1C 0 38 F8 10 26
Octal 125 121 161 31 34 0 70 370 20 46
Binary 1010101 1010001 1110001 11001 11100 0 111000 11111000 10000 100110

Color Harmonies of #555171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555171

Black with #555171

Text Example


Text Example

White with #555171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555171; }

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

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

background-color css

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

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

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

border-color css

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

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

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