#506065

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

Shades of Smalt Blue #506065

Tints of Smalt Blue #506065

Color information

#506065 (or 0x506065) is unknown color: approx Smalt Blue. HEX triplet: 50, 60 and 65. RGB value is (80,96,101). Sum of RGB (Red+Green+Blue) = 80+96+101=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #506065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506065 is #AF9F9A. Grayscale: #5B5B5B. Windows color (decimal): -11509659 or 6643792. OLE color: 6643792.

HSL color Cylindrical-coordinate representation of color #506065: hue angle of 194.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506065 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8096101-
CMYK0.210.0500.60
HSL194.29º11.6%35.49%-
HSV(B)194.29º20.79%39.61%-
XYZ9.8411.0113.92-
YUV91.79133.2119.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=28.88%
G=34.66%
B=36.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80961010.210.0500.60194.2911.635.49
Hex50606515503Cc2c23
Octal1201401452550743021443
Binary101000011000001100101101011010111100110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506065; }

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

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

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

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

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

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

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

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