#53526B

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

Shades of Smoky #53526B

Tints of Smoky #53526B

Color information

#53526B (or 0x53526B) is unknown color: approx Smoky. HEX triplet: 53, 52 and 6B. RGB value is (83,82,107). Sum of RGB (Red+Green+Blue) = 83+82+107=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #53526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526B is #ACAD94. Grayscale: #555555. Windows color (decimal): -11316629 or 7033427. OLE color: 7033427.

HSL color Cylindrical-coordinate representation of color #53526B: hue angle of 242.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53526B is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8382107-
CMYK0.220.2300.58
HSL242.4º13.23%37.06%-
HSV(B)242.4º23.36%41.96%-
XYZ9.248.9415.15-
YUV85.15140.33126.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=30.51%
G=30.15%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83821070.220.2300.58242.413.2337.06
Hex53526B161703Af2d25
Octal12312215326270723621545
Binary10100111010010110101110110101110111010111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53526B; }

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

 H1.HeaderClassName
 {
   color: #53526B;
 }
 .AnyTagClassName
 {
   color: #53526B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #53526B;
 }
 .BgClassName
 {
   background-color: #53526B;
 }
</style>
border-color css

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

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

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