Html Css Color HEX #535270 Smoky

📋 copy color: '#535270'

red 83 ◦ green 82 ◦ blue 112

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

Shades of Smoky #535270

Tints of Smoky #535270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 29.96%
G = 29.6%
B = 40.43%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535270 (or 0x535270) is known color: Smoky. HEX triplet: 53, 52 and 70. RGB value is (83,82,112). Sum of RGB (Red+Green+Blue) = 83+82+112=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #535270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535270 is #ACAD8F. Grayscale: #555555. Windows color (decimal): -11316624 or 7361107. OLE color: 7361107.

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

Color convert

RGB 83 82 112 -
CMYK 0.26 0.27 0 0.56
HSL 242º 0.15% 0.38% -
HSV(B) 242º 0.27% 0.44% -
XYZ 9.51 9.04 16.57 -
YUV 85.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 83 82 112 0.26 0.27 0 0.56 242 0.15 0.38
Hex 53 52 70 1A 1B 0 38 F2 F 26
Octal 123 122 160 32 33 0 70 362 17 46
Binary 1010011 1010010 1110000 11010 11011 0 111000 11110010 1111 100110

Color Harmonies of #535270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535270

Black with #535270

Text Example


Text Example

White with #535270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535270; }

 p { color: rgb(83,82,112); }

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

background-color css

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

 a { background-color: rgb(83,82,112); }

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

border-color css

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

 span { border-color: rgb(83,82,112); }

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