#506266

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

Shades of Smalt Blue #506266

Tints of Smalt Blue #506266

Color information

#506266 (or 0x506266) is unknown color: approx Smalt Blue. HEX triplet: 50, 62 and 66. RGB value is (80,98,102). Sum of RGB (Red+Green+Blue) = 80+98+102=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #506266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506266 is #AF9D99. Grayscale: #5D5D5D. Windows color (decimal): -11509146 or 6709840. OLE color: 6709840.

HSL color Cylindrical-coordinate representation of color #506266: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506266 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8098102-
CMYK0.220.0400.6
HSL190.91º12.09%35.69%-
HSV(B)190.91º21.57%40%-
XYZ10.0711.414.24-
YUV93.07133.04118.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=28.57%
G=35%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80981020.220.0400.6190.9112.0935.69
Hex50626616403Cbfc24
Octal1201421462640742771444
Binary101000011000101100110101101000111100101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506266; }

 p { color: rgb(80,98,102); }

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

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

 a { background-color: rgb(80,98,102); }

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

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

 span { border-color: rgb(80,98,102); }

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