Html Css Color HEX #535165 Smoky

📋 copy color: '#535165'

red 83 ◦ green 81 ◦ blue 101

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

Shades of Smoky #535165

Tints of Smoky #535165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 31.32%
G = 30.57%
B = 38.11%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#535165 (or 0x535165) is known color: Smoky. HEX triplet: 53, 51 and 65. RGB value is (83,81,101). Sum of RGB (Red+Green+Blue) = 83+81+101=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #535165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535165 is #ACAE9A. Grayscale: #535353. Windows color (decimal): -11316891 or 6639955. OLE color: 6639955.

HSL color Cylindrical-coordinate representation of color #535165: hue angle of 246º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535165 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 81 101 -
CMYK 0.18 0.20 0 0.60
HSL 246º 0.11% 0.36% -
HSV(B) 246º 0.2% 0.4% -
XYZ 8.86 8.66 13.52 -
YUV 83.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 83 81 101 0.18 0.20 0 0.60 246 0.11 0.36
Hex 53 51 65 12 14 0 3C F6 B 24
Octal 123 121 145 22 24 0 74 366 13 44
Binary 1010011 1010001 1100101 10010 10100 0 111100 11110110 1011 100100

Color Harmonies of #535165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535165

Black with #535165

Text Example


Text Example

White with #535165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535165; }

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

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

background-color css

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

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

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

border-color css

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

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

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