Html Css Color HEX #425554 Dark Slate

📋 copy color: '#425554'

red 66 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate #425554

Tints of Dark Slate #425554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 28.09%
G = 36.17%
B = 35.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#425554 (or 0x425554) is known color: Dark Slate. HEX triplet: 42, 55 and 54. RGB value is (66,85,84). Sum of RGB (Red+Green+Blue) = 66+85+84=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #425554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425554 is #BDAAAB. Grayscale: #4F4F4F. Windows color (decimal): -12429996 or 5526850. OLE color: 5526850.

HSL color Cylindrical-coordinate representation of color #425554: hue angle of 176.84º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425554 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 84 -
CMYK 0.22 0 0.01 0.67
HSL 176.84º 0.13% 0.3% -
HSV(B) 176.84º 0.22% 0.33% -
XYZ 7.1 8.3 9.61 -
YUV 79.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 66 85 84 0.22 0 0.01 0.67 176.84 0.13 0.3
Hex 42 55 54 16 0 1 43 B1 D 1E
Octal 102 125 124 26 0 1 103 261 15 36
Binary 1000010 1010101 1010100 10110 0 1 1000011 10110001 1101 11110

Color Harmonies of #425554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425554

Black with #425554

Text Example


Text Example

White with #425554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425554; }

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

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

background-color css

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

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

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

border-color css

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

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

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