#43504E

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

Shades of Dark Slate #43504E

Tints of Dark Slate #43504E

Color information

#43504E (or 0x43504E) is unknown color: approx Dark Slate. HEX triplet: 43, 50 and 4E. RGB value is (67,80,78). Sum of RGB (Red+Green+Blue) = 67+80+78=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #43504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43504E is #BCAFB1. Grayscale: #4B4B4B. Windows color (decimal): -12365746 or 5132355. OLE color: 5132355.

HSL color Cylindrical-coordinate representation of color #43504E: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43504E is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB678078-
CMYK0.1600.020.69
HSL170.77º8.84%28.82%-
HSV(B)170.77º16.25%31.37%-
XYZ6.567.488.31-
YUV75.88129.19121.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=29.78%
G=35.56%
B=34.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780780.1600.020.69170.778.8428.82
Hex43504E100245ab91d
Octal10312011620021052531135
Binary10000111010000100111010000010100010110101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43504E; }

 p { color: rgb(67,80,78); }

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

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

 a { background-color: rgb(67,80,78); }

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

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

 span { border-color: rgb(67,80,78); }

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