#415E60

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

Shades of Smalt Blue #415E60

Tints of Smalt Blue #415E60

Color information

#415E60 (or 0x415E60) is unknown color: approx Smalt Blue. HEX triplet: 41, 5E and 60. RGB value is (65,94,96). Sum of RGB (Red+Green+Blue) = 65+94+96=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #415E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E60 is #BEA19F. Grayscale: #555555. Windows color (decimal): -12493216 or 6315585. OLE color: 6315585.

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

Color convert

RGB659496-
CMYK0.320.0200.62
HSL183.87º19.25%31.57%-
HSV(B)183.87º32.29%37.65%-
XYZ8.299.9712.55-
YUV85.56133.89113.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=25.49%
G=36.86%
B=37.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6594960.320.0200.62183.8719.2531.57
Hex415E6020203Eb81320
Octal1011361404020762702340
Binary1000001101111011000001000001001111101011100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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