#505F63

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

Shades of Smalt Blue #505F63

Tints of Smalt Blue #505F63

Color information

#505F63 (or 0x505F63) is unknown color: approx Smalt Blue. HEX triplet: 50, 5F and 63. RGB value is (80,95,99). Sum of RGB (Red+Green+Blue) = 80+95+99=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #505F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F63 is #AFA09C. Grayscale: #5A5A5A. Windows color (decimal): -11509917 or 6512464. OLE color: 6512464.

HSL color Cylindrical-coordinate representation of color #505F63: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505F63 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB809599-
CMYK0.190.0400.61
HSL192.63º10.61%35.1%-
HSV(B)192.63º19.19%38.82%-
XYZ9.6510.7913.38-
YUV90.97132.53120.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=29.20%
G=34.67%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8095990.190.0400.61192.6310.6135.1
Hex505F6313403Dc1b23
Octal1201371432340753011343
Binary101000010111111100011100111000111101110000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F63; }

 p { color: rgb(80,95,99); }

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

<style>
 a { background-color: #505F63; }

 a { background-color: rgb(80,95,99); }

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

<style>
 span { border-color: #505F63; }

 span { border-color: rgb(80,95,99); }

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