Html Css Color HEX #555169 Smoky

📋 copy color: '#555169'

red 85 ◦ green 81 ◦ blue 105

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

Shades of Smoky #555169

Tints of Smoky #555169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 31.37%
G = 29.89%
B = 38.75%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555169 (or 0x555169) is known color: Smoky. HEX triplet: 55, 51 and 69. RGB value is (85,81,105). Sum of RGB (Red+Green+Blue) = 85+81+105=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #555169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555169 is #AAAE96. Grayscale: #545454. Windows color (decimal): -11185815 or 6902101. OLE color: 6902101.

HSL color Cylindrical-coordinate representation of color #555169: hue angle of 250º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555169 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 81 105 -
CMYK 0.19 0.23 0 0.59
HSL 250º 0.13% 0.36% -
HSV(B) 250º 0.23% 0.41% -
XYZ 9.24 8.84 14.58 -
YUV 84.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 85 81 105 0.19 0.23 0 0.59 250 0.13 0.36
Hex 55 51 69 13 17 0 3B FA D 24
Octal 125 121 151 23 27 0 73 372 15 44
Binary 1010101 1010001 1101001 10011 10111 0 111011 11111010 1101 100100

Color Harmonies of #555169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555169

Black with #555169

Text Example


Text Example

White with #555169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555169; }

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

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

background-color css

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

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

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

border-color css

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

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

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