#425955

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

Shades of Dark Slate #425955

Tints of Dark Slate #425955

Color information

#425955 (or 0x425955) is unknown color: approx Dark Slate. HEX triplet: 42, 59 and 55. RGB value is (66,89,85). Sum of RGB (Red+Green+Blue) = 66+89+85=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #425955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425955 is #BDA6AA. Grayscale: #515151. Windows color (decimal): -12428971 or 5593410. OLE color: 5593410.

HSL color Cylindrical-coordinate representation of color #425955: hue angle of 169.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425955 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB668985-
CMYK0.2600.040.65
HSL169.57º14.84%30.39%-
HSV(B)169.57º25.84%34.9%-
XYZ7.468.969.93-
YUV81.67129.88116.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=27.5%
G=37.08%
B=35.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689850.2600.040.65169.5714.8430.39
Hex4259551A0441aaf1e
Octal10213112532041012521736
Binary100001010110011010101110100100100000110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425955; }

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

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

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

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

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

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

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

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