#53656B

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

Shades of Smalt Blue #53656B

Tints of Smalt Blue #53656B

Color information

#53656B (or 0x53656B) is unknown color: approx Smalt Blue. HEX triplet: 53, 65 and 6B. RGB value is (83,101,107). Sum of RGB (Red+Green+Blue) = 83+101+107=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #53656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656B is #AC9A94. Grayscale: #606060. Windows color (decimal): -11311765 or 7038291. OLE color: 7038291.

HSL color Cylindrical-coordinate representation of color #53656B: hue angle of 195º degrees, saturation: 0.13, 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 #53656B is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB83101107-
CMYK0.220.0600.58
HSL195º12.63%37.25%-
HSV(B)195º22.43%41.96%-
XYZ10.8712.2115.69-
YUV96.3134.04118.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=28.52%
G=34.71%
B=36.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831011070.220.0600.5819512.6337.25
Hex53656B16603Ac3d25
Octal1231451532660723031545
Binary101001111001011101011101101100111010110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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