#455E60

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

Shades of Smalt Blue #455E60

Tints of Smalt Blue #455E60

Color information

#455E60 (or 0x455E60) is unknown color: approx Smalt Blue. HEX triplet: 45, 5E and 60. RGB value is (69,94,96). Sum of RGB (Red+Green+Blue) = 69+94+96=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #455E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E60 is #BAA19F. Grayscale: #565656. Windows color (decimal): -12231072 or 6315589. OLE color: 6315589.

HSL color Cylindrical-coordinate representation of color #455E60: hue angle of 184.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455E60 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB699496-
CMYK0.280.0200.62
HSL184.44º16.36%32.35%-
HSV(B)184.44º28.12%37.65%-
XYZ8.5710.1212.57-
YUV86.75133.22115.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=26.64%
G=36.29%
B=37.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6994960.280.0200.62184.4416.3632.35
Hex455E601C203Eb81020
Octal1051361403420762702040
Binary100010110111101100000111001001111101011100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455E60; }

 p { color: rgb(69,94,96); }

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

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

 a { background-color: rgb(69,94,96); }

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

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

 span { border-color: rgb(69,94,96); }

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