Html Css Color HEX #555269 Smoky

📋 copy color: '#555269'

red 85 ◦ green 82 ◦ blue 105

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

Shades of Smoky #555269

Tints of Smoky #555269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 31.25%
G = 30.15%
B = 38.6%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555269 (or 0x555269) is known color: Smoky. HEX triplet: 55, 52 and 69. RGB value is (85,82,105). Sum of RGB (Red+Green+Blue) = 85+82+105=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #555269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555269 is #AAAD96. Grayscale: #555555. Windows color (decimal): -11185559 or 6902357. OLE color: 6902357.

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

Color convert

RGB 85 82 105 -
CMYK 0.19 0.22 0 0.59
HSL 247.83º 0.12% 0.37% -
HSV(B) 247.83º 0.22% 0.41% -
XYZ 9.31 8.99 14.61 -
YUV 85.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 85 82 105 0.19 0.22 0 0.59 247.83 0.12 0.37
Hex 55 52 69 13 16 0 3B F8 C 25
Octal 125 122 151 23 26 0 73 370 14 45
Binary 1010101 1010010 1101001 10011 10110 0 111011 11111000 1100 100101

Color Harmonies of #555269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555269

Black with #555269

Text Example


Text Example

White with #555269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555269; }

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

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

background-color css

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

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

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

border-color css

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

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

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