#425C5F

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

Shades of Smalt Blue #425C5F

Tints of Smalt Blue #425C5F

Color information

#425C5F (or 0x425C5F) is unknown color: approx Smalt Blue. HEX triplet: 42, 5C and 5F. RGB value is (66,92,95). Sum of RGB (Red+Green+Blue) = 66+92+95=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #425C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5F is #BDA3A0. Grayscale: #545454. Windows color (decimal): -12428193 or 6249538. OLE color: 6249538.

HSL color Cylindrical-coordinate representation of color #425C5F: hue angle of 186.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425C5F is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB669295-
CMYK0.310.0300.63
HSL186.21º18.01%31.57%-
HSV(B)186.21º30.53%37.25%-
XYZ8.149.6412.26-
YUV84.57133.89114.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=26.09%
G=36.36%
B=37.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6692950.310.0300.63186.2118.0131.57
Hex425C5F1F303Fba1220
Octal1021341373730772722240
Binary100001010111001011111111111101111111011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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