#53666D

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

Shades of Smalt Blue #53666D

Tints of Smalt Blue #53666D

Color information

#53666D (or 0x53666D) is unknown color: approx Smalt Blue. HEX triplet: 53, 66 and 6D. RGB value is (83,102,109). Sum of RGB (Red+Green+Blue) = 83+102+109=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #53666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53666D is #AC9992. Grayscale: #616161. Windows color (decimal): -11311507 or 7169619. OLE color: 7169619.

HSL color Cylindrical-coordinate representation of color #53666D: hue angle of 196.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53666D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB83102109-
CMYK0.240.0600.57
HSL196.15º13.54%37.65%-
HSV(B)196.15º23.85%42.75%-
XYZ11.0812.4516.29-
YUV97.12134.71117.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=28.23%
G=34.69%
B=37.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831021090.240.0600.57196.1513.5437.65
Hex53666D186039c4e26
Octal1231461553060713041646
Binary101001111001101101101110001100111001110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53666D; }

 p { color: rgb(83,102,109); }

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

<style>
 a { background-color: #53666D; }

 a { background-color: rgb(83,102,109); }

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

<style>
 span { border-color: #53666D; }

 span { border-color: rgb(83,102,109); }

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