Html Css Color HEX #425050 Dark Slate

📋 copy color: '#425050'

red 66 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #425050

Tints of Dark Slate #425050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

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

R = 29.2%
G = 35.4%
B = 35.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#425050 (or 0x425050) is known color: Dark Slate. HEX triplet: 42, 50 and 50. RGB value is (66,80,80). Sum of RGB (Red+Green+Blue) = 66+80+80=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #425050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425050 is #BDAFAF. Grayscale: #4B4B4B. Windows color (decimal): -12431280 or 5263426. OLE color: 5263426.

HSL color Cylindrical-coordinate representation of color #425050: hue angle of 180º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #425050 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 80 -
CMYK 0.17 0 0 0.69
HSL 180º 0.1% 0.29% -
HSV(B) 180º 0.18% 0.31% -
XYZ 6.56 7.47 8.69 -
YUV 75.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 66 80 80 0.17 0 0 0.69 180 0.1 0.29
Hex 42 50 50 11 0 0 45 B4 A 1D
Octal 102 120 120 21 0 0 105 264 12 35
Binary 1000010 1010000 1010000 10001 0 0 1000101 10110100 1010 11101

Color Harmonies of #425050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425050

Black with #425050

Text Example


Text Example

White with #425050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425050; }

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

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

background-color css

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

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

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

border-color css

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

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

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