#42524F

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

Shades of Dark Slate #42524F

Tints of Dark Slate #42524F

Color information

#42524F (or 0x42524F) is unknown color: approx Dark Slate. HEX triplet: 42, 52 and 4F. RGB value is (66,82,79). Sum of RGB (Red+Green+Blue) = 66+82+79=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #42524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42524F is #BDADB0. Grayscale: #4C4C4C. Windows color (decimal): -12430769 or 5198402. OLE color: 5198402.

HSL color Cylindrical-coordinate representation of color #42524F: hue angle of 168.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42524F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB668279-
CMYK0.2000.040.68
HSL168.75º10.81%29.02%-
HSV(B)168.75º19.51%32.16%-
XYZ6.687.768.54-
YUV76.87129.2120.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=29.07%
G=36.12%
B=34.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682790.2000.040.68168.7510.8129.02
Hex42524F140444a9b1d
Octal10212211724041042511335
Binary100001010100101001111101000100100010010101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42524F; }

 p { color: rgb(66,82,79); }

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

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

 a { background-color: rgb(66,82,79); }

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

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

 span { border-color: rgb(66,82,79); }

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