#455B5D

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

Shades of Smalt Blue #455B5D

Tints of Smalt Blue #455B5D

Color information

#455B5D (or 0x455B5D) is unknown color: approx Smalt Blue. HEX triplet: 45, 5B and 5D. RGB value is (69,91,93). Sum of RGB (Red+Green+Blue) = 69+91+93=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #455B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B5D is #BAA4A2. Grayscale: #545454. Windows color (decimal): -12231843 or 6118213. OLE color: 6118213.

HSL color Cylindrical-coordinate representation of color #455B5D: hue angle of 185º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455B5D is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB699193-
CMYK0.260.0200.64
HSL185º14.81%31.76%-
HSV(B)185º25.81%36.47%-
XYZ8.179.5411.77-
YUV84.65132.71116.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=27.27%
G=35.97%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991930.260.0200.6418514.8131.76
Hex455B5D1A2040b9f20
Octal10513313532201002711740
Binary100010110110111011101110101001000000101110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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