Html Css Color HEX #535071 Smoky

📋 copy color: '#535071'

red 83 ◦ green 80 ◦ blue 113

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

Shades of Smoky #535071

Tints of Smoky #535071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 30.07%
G = 28.99%
B = 40.94%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535071 (or 0x535071) is known color: Smoky. HEX triplet: 53, 50 and 71. RGB value is (83,80,113). Sum of RGB (Red+Green+Blue) = 83+80+113=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #535071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535071 is #ACAF8E. Grayscale: #545454. Windows color (decimal): -11317135 or 7426131. OLE color: 7426131.

HSL color Cylindrical-coordinate representation of color #535071: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535071 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 80 113 -
CMYK 0.27 0.29 0 0.56
HSL 245.45º 0.17% 0.38% -
HSV(B) 245.45º 0.29% 0.44% -
XYZ 9.42 8.77 16.82 -
YUV 84.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 83 80 113 0.27 0.29 0 0.56 245.45 0.17 0.38
Hex 53 50 71 1B 1D 0 38 F5 11 26
Octal 123 120 161 33 35 0 70 365 21 46
Binary 1010011 1010000 1110001 11011 11101 0 111000 11110101 10001 100110

Color Harmonies of #535071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535071

Black with #535071

Text Example


Text Example

White with #535071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535071; }

 p { color: rgb(83,80,113); }

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

background-color css

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

 a { background-color: rgb(83,80,113); }

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

border-color css

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

 span { border-color: rgb(83,80,113); }

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