#425E60

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

Shades of Smalt Blue #425E60

Tints of Smalt Blue #425E60

Color information

#425E60 (or 0x425E60) is unknown color: approx Smalt Blue. HEX triplet: 42, 5E and 60. RGB value is (66,94,96). Sum of RGB (Red+Green+Blue) = 66+94+96=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #425E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E60 is #BDA19F. Grayscale: #555555. Windows color (decimal): -12427680 or 6315586. OLE color: 6315586.

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

Color convert

RGB669496-
CMYK0.310.0200.62
HSL184º18.52%31.76%-
HSV(B)184º31.25%37.65%-
XYZ8.3610.0112.56-
YUV85.86133.72113.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=25.78%
G=36.72%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6694960.310.0200.6218418.5231.76
Hex425E601F203Eb81320
Octal1021361403720762702340
Binary100001010111101100000111111001111101011100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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