#42605B

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

Shades of Dark Slate #42605B

Tints of Dark Slate #42605B

Color information

#42605B (or 0x42605B) is unknown color: approx Dark Slate. HEX triplet: 42, 60 and 5B. RGB value is (66,96,91). Sum of RGB (Red+Green+Blue) = 66+96+91=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #42605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605B is #BD9FA4. Grayscale: #565656. Windows color (decimal): -12427173 or 5988418. OLE color: 5988418.

HSL color Cylindrical-coordinate representation of color #42605B: hue angle of 170º 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 #42605B is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB669691-
CMYK0.3100.050.62
HSL170º18.52%31.76%-
HSV(B)170º31.25%37.65%-
XYZ8.3210.2811.44-
YUV86.46130.56113.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=26.09%
G=37.94%
B=35.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696910.3100.050.6217018.5231.76
Hex42605B1F053Eaa1320
Octal1021401333705762522340
Binary1000010110000010110111111101011111101010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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