Html Css Color HEX #425D61 Smalt Blue

📋 copy color: '#425D61'

red 66 ◦ green 93 ◦ blue 97

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

Shades of Smalt Blue #425D61

Tints of Smalt Blue #425D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 25.78%
G = 36.33%
B = 37.89%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425D61 (or 0x425D61) is known color: Smalt Blue. HEX triplet: 42, 5D and 61. RGB value is (66,93,97). Sum of RGB (Red+Green+Blue) = 66+93+97=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #425D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D61 is #BDA29E. Grayscale: #555555. Windows color (decimal): -12427935 or 6380866. OLE color: 6380866.

HSL color Cylindrical-coordinate representation of color #425D61: hue angle of 187.74º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #425D61 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 93 97 -
CMYK 0.32 0.04 0 0.62
HSL 187.74º 0.19% 0.32% -
HSV(B) 187.74º 0.32% 0.38% -
XYZ 8.32 9.85 12.77 -
YUV 85.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 66 93 97 0.32 0.04 0 0.62 187.74 0.19 0.32
Hex 42 5D 61 20 4 0 3E BC 13 20
Octal 102 135 141 40 4 0 76 274 23 40
Binary 1000010 1011101 1100001 100000 100 0 111110 10111100 10011 100000

Color Harmonies of #425D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D61

Black with #425D61

Text Example


Text Example

White with #425D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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