#425552

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

Shades of Dark Slate #425552

Tints of Dark Slate #425552

Color information

#425552 (or 0x425552) is unknown color: approx Dark Slate. HEX triplet: 42, 55 and 52. RGB value is (66,85,82). Sum of RGB (Red+Green+Blue) = 66+85+82=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #425552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425552 is #BDAAAD. Grayscale: #4E4E4E. Windows color (decimal): -12429998 or 5395778. OLE color: 5395778.

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

Color convert

RGB668582-
CMYK0.2200.040.67
HSL170.53º12.58%29.61%-
HSV(B)170.53º22.35%33.33%-
XYZ7.028.269.21-
YUV78.98129.71118.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=28.33%
G=36.48%
B=35.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685820.2200.040.67170.5312.5829.61
Hex425552160443abd1e
Octal10212512226041032531536
Binary100001010101011010010101100100100001110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425552; }

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

 H1.HeaderClassName
 {
   color: #425552;
 }
 .AnyTagClassName
 {
   color: #425552;
 }
</style>
background-color css

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

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

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

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

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

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