#455B5F

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

Shades of Smalt Blue #455B5F

Tints of Smalt Blue #455B5F

Color information

#455B5F (or 0x455B5F) is unknown color: approx Smalt Blue. HEX triplet: 45, 5B and 5F. RGB value is (69,91,95). Sum of RGB (Red+Green+Blue) = 69+91+95=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #455B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B5F is #BAA4A0. Grayscale: #545454. Windows color (decimal): -12231841 or 6249285. OLE color: 6249285.

HSL color Cylindrical-coordinate representation of color #455B5F: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455B5F is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB699195-
CMYK0.270.0400.63
HSL189.23º15.85%32.16%-
HSV(B)189.23º27.37%37.25%-
XYZ8.269.5712.24-
YUV84.88133.71116.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=27.06%
G=35.69%
B=37.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6991950.270.0400.63189.2315.8532.16
Hex455B5F1B403Fbd1020
Octal1051331373340772752040
Binary1000101101101110111111101110001111111011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,91,95); }

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

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

 a { background-color: rgb(69,91,95); }

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

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

 span { border-color: rgb(69,91,95); }

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