#425857

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

Shades of Dark Slate #425857

Tints of Dark Slate #425857

Color information

#425857 (or 0x425857) is unknown color: approx Dark Slate. HEX triplet: 42, 58 and 57. RGB value is (66,88,87). Sum of RGB (Red+Green+Blue) = 66+88+87=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #425857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425857 is #BDA7A8. Grayscale: #515151. Windows color (decimal): -12429225 or 5724226. OLE color: 5724226.

HSL color Cylindrical-coordinate representation of color #425857: hue angle of 177.27º 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 #425857 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB668887-
CMYK0.2500.010.65
HSL177.27º14.29%30.2%-
HSV(B)177.27º25%34.51%-
XYZ7.468.8310.33-
YUV81.31131.21117.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=27.39%
G=36.51%
B=36.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688870.2500.010.65177.2714.2930.2
Hex425857190141b1e1e
Octal10213012731011012611636
Binary1000010101100010101111100101100000110110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425857; }

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

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

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

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

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

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

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

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