#405E60

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

Shades of Smalt Blue #405E60

Tints of Smalt Blue #405E60

Color information

#405E60 (or 0x405E60) is unknown color: approx Smalt Blue. HEX triplet: 40, 5E and 60. RGB value is (64,94,96). Sum of RGB (Red+Green+Blue) = 64+94+96=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #405E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E60 is #BFA19F. Grayscale: #555555. Windows color (decimal): -12558752 or 6315584. OLE color: 6315584.

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

Color convert

RGB649496-
CMYK0.330.0200.62
HSL183.75º20%31.37%-
HSV(B)183.75º33.33%37.65%-
XYZ8.239.9412.55-
YUV85.26134.06112.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=25.20%
G=37.01%
B=37.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6494960.330.0200.62183.752031.37
Hex405E6021203Eb8141f
Octal1001361404120762702437
Binary100000010111101100000100001100111110101110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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