#52656A

Color #52656A Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #52656A

Tints of Smalt Blue #52656A

Color information

#52656A (or 0x52656A) is unknown color: approx Smalt Blue. HEX triplet: 52, 65 and 6A. RGB value is (82,101,106). Sum of RGB (Red+Green+Blue) = 82+101+106=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #52656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656A is #AD9A95. Grayscale: #5F5F5F. Windows color (decimal): -11377302 or 6972754. OLE color: 6972754.

HSL color Cylindrical-coordinate representation of color #52656A: hue angle of 192.5º 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 #52656A is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB82101106-
CMYK0.230.0500.58
HSL192.5º12.77%36.86%-
HSV(B)192.5º22.64%41.57%-
XYZ10.7312.1415.41-
YUV95.89133.71118.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=28.37%
G=34.95%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821011060.230.0500.58192.512.7736.86
Hex52656A17503Ac0d25
Octal1221451522750723001545
Binary101001011001011101010101111010111010110000001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52656A; }

 p { color: rgb(82,101,106); }

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

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

 a { background-color: rgb(82,101,106); }

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

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

 span { border-color: rgb(82,101,106); }

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