#50656A

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

Shades of Smalt Blue #50656A

Tints of Smalt Blue #50656A

Color information

#50656A (or 0x50656A) is unknown color: approx Smalt Blue. HEX triplet: 50, 65 and 6A. RGB value is (80,101,106). Sum of RGB (Red+Green+Blue) = 80+101+106=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #50656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50656A is #AF9A95. Grayscale: #5F5F5F. Windows color (decimal): -11508374 or 6972752. OLE color: 6972752.

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

Color convert

RGB80101106-
CMYK0.250.0500.58
HSL191.54º13.98%36.47%-
HSV(B)191.54º24.53%41.57%-
XYZ10.5612.0515.41-
YUV95.29134.04117.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=27.87%
G=35.19%
B=36.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801011060.250.0500.58191.5413.9836.47
Hex50656A19503Ac0e24
Octal1201451523150723001644
Binary101000011001011101010110011010111010110000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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