Html Css Color HEX #425150 Dark Slate

📋 copy color: '#425150'

red 66 ◦ green 81 ◦ blue 80

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

Shades of Dark Slate #425150

Tints of Dark Slate #425150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 29.07%
G = 35.68%
B = 35.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#425150 (or 0x425150) is known color: Dark Slate. HEX triplet: 42, 51 and 50. RGB value is (66,81,80). Sum of RGB (Red+Green+Blue) = 66+81+80=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #425150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425150 is #BDAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12431024 or 5263682. OLE color: 5263682.

HSL color Cylindrical-coordinate representation of color #425150: hue angle of 176º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #425150 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 80 -
CMYK 0.19 0 0.01 0.68
HSL 176º 0.1% 0.29% -
HSV(B) 176º 0.19% 0.32% -
XYZ 6.64 7.62 8.71 -
YUV 76.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 66 81 80 0.19 0 0.01 0.68 176 0.1 0.29
Hex 42 51 50 13 0 1 44 B0 A 1D
Octal 102 121 120 23 0 1 104 260 12 35
Binary 1000010 1010001 1010000 10011 0 1 1000100 10110000 1010 11101

Color Harmonies of #425150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425150

Black with #425150

Text Example


Text Example

White with #425150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425150; }

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

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

background-color css

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

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

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

border-color css

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

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

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