#53506F

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

Shades of Smoky #53506F

Tints of Smoky #53506F

Color information

#53506F (or 0x53506F) is unknown color: approx Smoky. HEX triplet: 53, 50 and 6F. RGB value is (83,80,111). Sum of RGB (Red+Green+Blue) = 83+80+111=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #53506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53506F is #ACAF90. Grayscale: #545454. Windows color (decimal): -11317137 or 7295059. OLE color: 7295059.

HSL color Cylindrical-coordinate representation of color #53506F: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53506F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8380111-
CMYK0.250.2800.56
HSL245.81º16.23%37.45%-
HSV(B)245.81º27.93%43.53%-
XYZ9.318.7216.23-
YUV84.43142.99126.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=30.29%
G=29.20%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83801110.250.2800.56245.8116.2337.45
Hex53506F191C038f61025
Octal12312015731340703662045
Binary101001110100001101111110011110001110001111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53506F; }

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

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

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

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

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

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

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

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