Html Css Color HEX #535169 Smoky

📋 copy color: '#535169'

red 83 ◦ green 81 ◦ blue 105

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

Shades of Smoky #535169

Tints of Smoky #535169

RGB

 RED value IS 83 (32.81% from 255) = 30.86%

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

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

R = 30.86%
G = 30.11%
B = 39.03%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535169 (or 0x535169) is known color: Smoky. HEX triplet: 53, 51 and 69. RGB value is (83,81,105). Sum of RGB (Red+Green+Blue) = 83+81+105=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #535169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535169 is #ACAE96. Grayscale: #545454. Windows color (decimal): -11316887 or 6902099. OLE color: 6902099.

HSL color Cylindrical-coordinate representation of color #535169: hue angle of 245º 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 #535169 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 81 105 -
CMYK 0.21 0.23 0 0.59
HSL 245º 0.13% 0.36% -
HSV(B) 245º 0.23% 0.41% -
XYZ 9.06 8.74 14.57 -
YUV 84.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 83 81 105 0.21 0.23 0 0.59 245 0.13 0.36
Hex 53 51 69 15 17 0 3B F5 D 24
Octal 123 121 151 25 27 0 73 365 15 44
Binary 1010011 1010001 1101001 10101 10111 0 111011 11110101 1101 100100

Color Harmonies of #535169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535169

Black with #535169

Text Example


Text Example

White with #535169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535169; }

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

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

background-color css

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

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

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

border-color css

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

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

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