#425C58

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

Shades of Dark Slate #425C58

Tints of Dark Slate #425C58

Color information

#425C58 (or 0x425C58) is unknown color: approx Dark Slate. HEX triplet: 42, 5C and 58. RGB value is (66,92,88). Sum of RGB (Red+Green+Blue) = 66+92+88=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #425C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C58 is #BDA3A7. Grayscale: #535353. Windows color (decimal): -12428200 or 5790786. OLE color: 5790786.

HSL color Cylindrical-coordinate representation of color #425C58: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C58 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB669288-
CMYK0.2800.040.64
HSL170.77º16.46%30.98%-
HSV(B)170.77º28.26%36.08%-
XYZ7.849.5210.66-
YUV83.77130.39115.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=26.83%
G=37.40%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692880.2800.040.64170.7716.4630.98
Hex425C581C0440ab101f
Octal10213413034041002532037
Binary1000010101110010110001110001001000000101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425C58; }

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

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

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

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

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

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

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

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