#535270

Color #535270 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #535270

Tints of Smoky #535270

Color information

#535270 (or 0x535270) is unknown color: approx 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

RGB8382112-
CMYK0.260.2700.56
HSL242º15.46%38.04%-
HSV(B)242º26.79%43.92%-
XYZ9.519.0416.57-
YUV85.72142.83126.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=29.96%
G=29.60%
B=40.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83821120.260.2700.5624215.4638.04
Hex5352701A1B038f2f26
Octal12312216032330703621746
Binary10100111010010111000011010110110111000111100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>