#435352

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

Shades of Dark Slate #435352

Tints of Dark Slate #435352

Color information

#435352 (or 0x435352) is unknown color: approx Dark Slate. HEX triplet: 43, 53 and 52. RGB value is (67,83,82). Sum of RGB (Red+Green+Blue) = 67+83+82=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #435352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435352 is #BCACAD. Grayscale: #4E4E4E. Windows color (decimal): -12364974 or 5395267. OLE color: 5395267.

HSL color Cylindrical-coordinate representation of color #435352: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #435352 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB678382-
CMYK0.1900.010.67
HSL176.25º10.67%29.41%-
HSV(B)176.25º19.28%32.55%-
XYZ6.937.999.16-
YUV78.1130.2120.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=28.88%
G=35.78%
B=35.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783820.1900.010.67176.2510.6729.41
Hex435352130143b0b1d
Octal10312312223011032601335
Binary1000011101001110100101001101100001110110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435352; }

 p { color: rgb(67,83,82); }

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

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

 a { background-color: rgb(67,83,82); }

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

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

 span { border-color: rgb(67,83,82); }

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