#53656A

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

Shades of Smalt Blue #53656A

Tints of Smalt Blue #53656A

Color information

#53656A (or 0x53656A) is unknown color: approx Smalt Blue. HEX triplet: 53, 65 and 6A. RGB value is (83,101,106). Sum of RGB (Red+Green+Blue) = 83+101+106=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #53656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656A is #AC9A95. Grayscale: #606060. Windows color (decimal): -11311766 or 6972755. OLE color: 6972755.

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

Color convert

RGB83101106-
CMYK0.220.0500.58
HSL193.04º12.17%37.06%-
HSV(B)193.04º21.7%41.57%-
XYZ10.8212.1915.42-
YUV96.19133.54118.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=28.62%
G=34.83%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831011060.220.0500.58193.0412.1737.06
Hex53656A16503Ac1c25
Octal1231451522650723011445
Binary101001111001011101010101101010111010110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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