Html Css Color HEX #555170 Smoky

📋 copy color: '#555170'

red 85 ◦ green 81 ◦ blue 112

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

Shades of Smoky #555170

Tints of Smoky #555170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 30.58%
G = 29.14%
B = 40.29%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555170 (or 0x555170) is known color: Smoky. HEX triplet: 55, 51 and 70. RGB value is (85,81,112). Sum of RGB (Red+Green+Blue) = 85+81+112=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #555170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555170 is #AAAE8F. Grayscale: #555555. Windows color (decimal): -11185808 or 7360853. OLE color: 7360853.

HSL color Cylindrical-coordinate representation of color #555170: hue angle of 247.74º 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 #555170 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 81 112 -
CMYK 0.24 0.28 0 0.56
HSL 247.74º 0.16% 0.38% -
HSV(B) 247.74º 0.28% 0.44% -
XYZ 9.61 8.99 16.56 -
YUV 85.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 85 81 112 0.24 0.28 0 0.56 247.74 0.16 0.38
Hex 55 51 70 18 1C 0 38 F8 10 26
Octal 125 121 160 30 34 0 70 370 20 46
Binary 1010101 1010001 1110000 11000 11100 0 111000 11111000 10000 100110

Color Harmonies of #555170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555170

Black with #555170

Text Example


Text Example

White with #555170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555170; }

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

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

background-color css

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

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

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

border-color css

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

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

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