Html Css Color HEX #535173 Smoky

📋 copy color: '#535173'

red 83 ◦ green 81 ◦ blue 115

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

Shades of Smoky #535173

Tints of Smoky #535173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 29.75%
G = 29.03%
B = 41.22%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535173 (or 0x535173) is known color: Smoky. HEX triplet: 53, 51 and 73. RGB value is (83,81,115). Sum of RGB (Red+Green+Blue) = 83+81+115=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #535173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535173 is #ACAE8C. Grayscale: #555555. Windows color (decimal): -11316877 or 7557459. OLE color: 7557459.

HSL color Cylindrical-coordinate representation of color #535173: hue angle of 243.53º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535173 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 81 115 -
CMYK 0.28 0.30 0 0.55
HSL 243.53º 0.17% 0.38% -
HSV(B) 243.53º 0.3% 0.45% -
XYZ 9.6 8.96 17.44 -
YUV 85.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 83 81 115 0.28 0.30 0 0.55 243.53 0.17 0.38
Hex 53 51 73 1C 1E 0 37 F4 11 26
Octal 123 121 163 34 36 0 67 364 21 46
Binary 1010011 1010001 1110011 11100 11110 0 110111 11110100 10001 100110

Color Harmonies of #535173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535173

Black with #535173

Text Example


Text Example

White with #535173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535173; }

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

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

background-color css

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

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

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

border-color css

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

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

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