Html Css Color HEX #425551 Dark Slate

📋 copy color: '#425551'

red 66 ◦ green 85 ◦ blue 81

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

Shades of Dark Slate #425551

Tints of Dark Slate #425551

RGB

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

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

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

R = 28.45%
G = 36.64%
B = 34.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#425551 (or 0x425551) is known color: Dark Slate. HEX triplet: 42, 55 and 51. RGB value is (66,85,81). Sum of RGB (Red+Green+Blue) = 66+85+81=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #425551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425551 is #BDAAAE. Grayscale: #4E4E4E. Windows color (decimal): -12429999 or 5330242. OLE color: 5330242.

HSL color Cylindrical-coordinate representation of color #425551: hue angle of 167.37º 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 #425551 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 81 -
CMYK 0.22 0 0.05 0.67
HSL 167.37º 0.13% 0.3% -
HSV(B) 167.37º 0.22% 0.33% -
XYZ 6.98 8.25 9.01 -
YUV 78.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 66 85 81 0.22 0 0.05 0.67 167.37 0.13 0.3
Hex 42 55 51 16 0 5 43 A7 D 1E
Octal 102 125 121 26 0 5 103 247 15 36
Binary 1000010 1010101 1010001 10110 0 101 1000011 10100111 1101 11110

Color Harmonies of #425551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425551

Black with #425551

Text Example


Text Example

White with #425551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425551; }

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

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

background-color css

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

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

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

border-color css

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

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

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