Html Css Color HEX #425E5F Smalt Blue

📋 copy color: '#425E5F'

red 66 ◦ green 94 ◦ blue 95

#425E5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #425E5F

Tints of Smalt Blue #425E5F

RGB

 RED value IS 66 (26.17% from 255) = 25.88%

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 25.88%
G = 36.86%
B = 37.25%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#425E5F (or 0x425E5F) is known color: Smalt Blue. HEX triplet: 42, 5E and 5F. RGB value is (66,94,95). Sum of RGB (Red+Green+Blue) = 66+94+95=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #425E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E5F is #BDA1A0. Grayscale: #555555. Windows color (decimal): -12427681 or 6250050. OLE color: 6250050.

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

Color convert

RGB 66 94 95 -
CMYK 0.31 0.01 0 0.63
HSL 182.07º 0.18% 0.32% -
HSV(B) 182.07º 0.31% 0.37% -
XYZ 8.32 9.99 12.32 -
YUV 85.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 66 94 95 0.31 0.01 0 0.63 182.07 0.18 0.32
Hex 42 5E 5F 1F 1 0 3F B6 12 20
Octal 102 136 137 37 1 0 77 266 22 40
Binary 1000010 1011110 1011111 11111 1 0 111111 10110110 10010 100000

Color Harmonies of #425E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E5F

Black with #425E5F

Text Example


Text Example

White with #425E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #425E5F;
 }
 .AnyTagClassName
 {
   color: #425E5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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