#425C63

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

Shades of Smalt Blue #425C63

Tints of Smalt Blue #425C63

Color information

#425C63 (or 0x425C63) is unknown color: approx Smalt Blue. HEX triplet: 42, 5C and 63. RGB value is (66,92,99). Sum of RGB (Red+Green+Blue) = 66+92+99=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #425C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C63 is #BDA39C. Grayscale: #545454. Windows color (decimal): -12428189 or 6511682. OLE color: 6511682.

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

Color convert

RGB669299-
CMYK0.330.0700.61
HSL192.73º20%32.35%-
HSV(B)192.73º33.33%38.82%-
XYZ8.339.7113.24-
YUV85.02135.89114.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=25.68%
G=35.80%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6692990.330.0700.61192.732032.35
Hex425C6321703Dc11420
Octal1021341434170753012440
Binary10000101011100110001110000111101111011100000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,99); }

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

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

 a { background-color: rgb(66,92,99); }

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

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

 span { border-color: rgb(66,92,99); }

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