#506368

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

Shades of Smalt Blue #506368

Tints of Smalt Blue #506368

Color information

#506368 (or 0x506368) is unknown color: approx Smalt Blue. HEX triplet: 50, 63 and 68. RGB value is (80,99,104). Sum of RGB (Red+Green+Blue) = 80+99+104=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #506368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506368 is #AF9C97. Grayscale: #5D5D5D. Windows color (decimal): -11508888 or 6841168. OLE color: 6841168.

HSL color Cylindrical-coordinate representation of color #506368: hue angle of 192.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506368 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8099104-
CMYK0.230.0500.59
HSL192.5º13.04%36.08%-
HSV(B)192.5º23.08%40.78%-
XYZ10.2711.6314.8-
YUV93.89133.71118.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=28.27%
G=34.98%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80991040.230.0500.59192.513.0436.08
Hex50636817503Bc0d24
Octal1201431502750733001544
Binary101000011000111101000101111010111011110000001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506368; }

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

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

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

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

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

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

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

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