#425551

Color #425551 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #425551

Tints of Dark Slate #425551

Color information

#425551 (or 0x425551) is unknown color: approx 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

RGB668581-
CMYK0.2200.050.67
HSL167.37º12.58%29.61%-
HSV(B)167.37º22.35%33.33%-
XYZ6.988.259.01-
YUV78.86129.21118.83-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685810.2200.050.67167.3712.5829.61
Hex425551160543a7d1e
Octal10212512126051032471536
Binary100001010101011010001101100101100001110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>