#425853

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

Shades of Dark Slate #425853

Tints of Dark Slate #425853

Color information

#425853 (or 0x425853) is unknown color: approx Dark Slate. HEX triplet: 42, 58 and 53. RGB value is (66,88,83). Sum of RGB (Red+Green+Blue) = 66+88+83=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #425853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425853 is #BDA7AC. Grayscale: #505050. Windows color (decimal): -12429229 or 5462082. OLE color: 5462082.

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

Color convert

RGB668883-
CMYK0.2500.060.65
HSL166.36º14.29%30.2%-
HSV(B)166.36º25%34.51%-
XYZ7.38.769.49-
YUV80.85129.21117.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=27.85%
G=37.13%
B=35.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688830.2500.060.65166.3614.2930.2
Hex425853190641a6e1e
Octal10213012331061012461636
Binary100001010110001010011110010110100000110100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425853; }

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

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

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

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

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

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

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

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