#53506C

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

Shades of Smoky #53506C

Tints of Smoky #53506C

Color information

#53506C (or 0x53506C) is unknown color: approx Smoky. HEX triplet: 53, 50 and 6C. RGB value is (83,80,108). Sum of RGB (Red+Green+Blue) = 83+80+108=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #53506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53506C is #ACAF93. Grayscale: #535353. Windows color (decimal): -11317140 or 7098451. OLE color: 7098451.

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

Color convert

RGB8380108-
CMYK0.230.2600.58
HSL246.43º14.89%36.86%-
HSV(B)246.43º25.93%42.35%-
XYZ9.148.6615.38-
YUV84.09141.49127.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=30.63%
G=29.52%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83801080.230.2600.58246.4314.8936.86
Hex53506C171A03Af6f25
Octal12312015427320723661745
Binary10100111010000110110010111110100111010111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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