Html Css Color HEX #425451 Dark Slate

📋 copy color: '#425451'

red 66 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate #425451

Tints of Dark Slate #425451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 28.57%
G = 36.36%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#425451 (or 0x425451) is known color: Dark Slate. HEX triplet: 42, 54 and 51. RGB value is (66,84,81). Sum of RGB (Red+Green+Blue) = 66+84+81=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #425451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425451 is #BDABAE. Grayscale: #4E4E4E. Windows color (decimal): -12430255 or 5329986. OLE color: 5329986.

HSL color Cylindrical-coordinate representation of color #425451: hue angle of 170º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425451 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 81 -
CMYK 0.21 0 0.04 0.67
HSL 170º 0.12% 0.29% -
HSV(B) 170º 0.21% 0.33% -
XYZ 6.9 8.09 8.98 -
YUV 78.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 66 84 81 0.21 0 0.04 0.67 170 0.12 0.29
Hex 42 54 51 15 0 4 43 AA C 1D
Octal 102 124 121 25 0 4 103 252 14 35
Binary 1000010 1010100 1010001 10101 0 100 1000011 10101010 1100 11101

Color Harmonies of #425451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425451

Black with #425451

Text Example


Text Example

White with #425451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425451; }

 p { color: rgb(66,84,81); }

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

background-color css

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

 a { background-color: rgb(66,84,81); }

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

border-color css

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

 span { border-color: rgb(66,84,81); }

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