#425D60

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

Shades of Smalt Blue #425D60

Tints of Smalt Blue #425D60

Color information

#425D60 (or 0x425D60) is unknown color: approx Smalt Blue. HEX triplet: 42, 5D and 60. RGB value is (66,93,96). Sum of RGB (Red+Green+Blue) = 66+93+96=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 93 (36.72% from 255 or 36.47% 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 #425D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D60 is #BDA29F. Grayscale: #555555. Windows color (decimal): -12427936 or 6315330. OLE color: 6315330.

HSL color Cylindrical-coordinate representation of color #425D60: hue angle of 186º 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 #425D60 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB669396-
CMYK0.310.0300.62
HSL186º18.52%31.76%-
HSV(B)186º31.25%37.65%-
XYZ8.279.8312.53-
YUV85.27134.05114.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=25.88%
G=36.47%
B=37.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6693960.310.0300.6218618.5231.76
Hex425D601F303Eba1320
Octal1021351403730762722340
Binary100001010111011100000111111101111101011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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