#42605D

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

Shades of Dark Slate #42605D

Tints of Dark Slate #42605D

Color information

#42605D (or 0x42605D) is unknown color: approx Dark Slate. HEX triplet: 42, 60 and 5D. RGB value is (66,96,93). Sum of RGB (Red+Green+Blue) = 66+96+93=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #42605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605D is #BD9FA2. Grayscale: #565656. Windows color (decimal): -12427171 or 6119490. OLE color: 6119490.

HSL color Cylindrical-coordinate representation of color #42605D: hue angle of 174º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42605D is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB669693-
CMYK0.3100.030.62
HSL174º18.52%31.76%-
HSV(B)174º31.25%37.65%-
XYZ8.4110.3111.9-
YUV86.69131.56113.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=25.88%
G=37.65%
B=36.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696930.3100.030.6217418.5231.76
Hex42605D1F033Eae1320
Octal1021401353703762562340
Binary100001011000001011101111110111111101010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42605D; }

 p { color: rgb(66,96,93); }

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

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

 a { background-color: rgb(66,96,93); }

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

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

 span { border-color: rgb(66,96,93); }

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