Html Css Color HEX #535166 Smoky

📋 copy color: '#535166'

red 83 ◦ green 81 ◦ blue 102

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

Shades of Smoky #535166

Tints of Smoky #535166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 31.2%
G = 30.45%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#535166 (or 0x535166) is known color: Smoky. HEX triplet: 53, 51 and 66. RGB value is (83,81,102). Sum of RGB (Red+Green+Blue) = 83+81+102=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #535166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535166 is #ACAE99. Grayscale: #535353. Windows color (decimal): -11316890 or 6705491. OLE color: 6705491.

HSL color Cylindrical-coordinate representation of color #535166: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535166 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 81 102 -
CMYK 0.19 0.21 0 0.6
HSL 245.71º 0.11% 0.36% -
HSV(B) 245.71º 0.21% 0.4% -
XYZ 8.91 8.68 13.78 -
YUV 83.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 83 81 102 0.19 0.21 0 0.6 245.71 0.11 0.36
Hex 53 51 66 13 15 0 3C F6 B 24
Octal 123 121 146 23 25 0 74 366 13 44
Binary 1010011 1010001 1100110 10011 10101 0 111100 11110110 1011 100100

Color Harmonies of #535166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535166

Black with #535166

Text Example


Text Example

White with #535166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535166; }

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

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

background-color css

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

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

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

border-color css

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

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

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