#455C60

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

Shades of Smalt Blue #455C60

Tints of Smalt Blue #455C60

Color information

#455C60 (or 0x455C60) is unknown color: approx Smalt Blue. HEX triplet: 45, 5C and 60. RGB value is (69,92,96). Sum of RGB (Red+Green+Blue) = 69+92+96=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #455C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C60 is #BAA39F. Grayscale: #555555. Windows color (decimal): -12231584 or 6315077. OLE color: 6315077.

HSL color Cylindrical-coordinate representation of color #455C60: hue angle of 188.89º 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 #455C60 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB699296-
CMYK0.280.0400.62
HSL188.89º16.36%32.35%-
HSV(B)188.89º28.12%37.65%-
XYZ8.399.7612.51-
YUV85.58133.88116.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=26.85%
G=35.80%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6992960.280.0400.62188.8916.3632.35
Hex455C601C403Ebd1020
Octal1051341403440762752040
Binary1000101101110011000001110010001111101011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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