#425753

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

Shades of Dark Slate #425753

Tints of Dark Slate #425753

Color information

#425753 (or 0x425753) is unknown color: approx Dark Slate. HEX triplet: 42, 57 and 53. RGB value is (66,87,83). Sum of RGB (Red+Green+Blue) = 66+87+83=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #425753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425753 is #BDA8AC. Grayscale: #505050. Windows color (decimal): -12429485 or 5461826. OLE color: 5461826.

HSL color Cylindrical-coordinate representation of color #425753: hue angle of 168.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425753 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB668783-
CMYK0.2400.050.66
HSL168.57º13.73%30%-
HSV(B)168.57º24.14%34.12%-
XYZ7.228.69.46-
YUV80.26129.54117.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=27.97%
G=36.86%
B=35.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687830.2400.050.66168.5713.7330
Hex425753180542a9e1e
Octal10212712330051022511636
Binary100001010101111010011110000101100001010101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425753; }

 p { color: rgb(66,87,83); }

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

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

 a { background-color: rgb(66,87,83); }

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

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

 span { border-color: rgb(66,87,83); }

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