#425F64

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

Shades of Smalt Blue #425F64

Tints of Smalt Blue #425F64

Color information

#425F64 (or 0x425F64) is unknown color: approx Smalt Blue. HEX triplet: 42, 5F and 64. RGB value is (66,95,100). Sum of RGB (Red+Green+Blue) = 66+95+100=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #425F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F64 is #BDA09B. Grayscale: #565656. Windows color (decimal): -12427420 or 6577986. OLE color: 6577986.

HSL color Cylindrical-coordinate representation of color #425F64: hue angle of 188.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425F64 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6695100-
CMYK0.340.0500.61
HSL188.82º20.48%32.55%-
HSV(B)188.82º34%39.22%-
XYZ8.6410.2613.58-
YUV86.9135.39113.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=25.29%
G=36.40%
B=38.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66951000.340.0500.61188.8220.4832.55
Hex425F6422503Dbd1421
Octal1021371444250752752441
Binary10000101011111110010010001010101111011011110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,100); }

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

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

 a { background-color: rgb(66,95,100); }

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

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

 span { border-color: rgb(66,95,100); }

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