#435F5D

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

Shades of Dark Slate #435F5D

Tints of Dark Slate #435F5D

Color information

#435F5D (or 0x435F5D) is unknown color: approx Dark Slate. HEX triplet: 43, 5F and 5D. RGB value is (67,95,93). Sum of RGB (Red+Green+Blue) = 67+95+93=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #435F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F5D is #BCA0A2. Grayscale: #565656. Windows color (decimal): -12361891 or 6119235. OLE color: 6119235.

HSL color Cylindrical-coordinate representation of color #435F5D: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F5D is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB679593-
CMYK0.2900.020.63
HSL175.71º17.28%31.76%-
HSV(B)175.71º29.47%37.25%-
XYZ8.3810.1711.88-
YUV86.4131.72114.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=26.27%
G=37.25%
B=36.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795930.2900.020.63175.7117.2831.76
Hex435F5D1D023Fb01120
Octal1031371353502772602140
Binary100001110111111011101111010101111111011000010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F5D; }

 p { color: rgb(67,95,93); }

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

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

 a { background-color: rgb(67,95,93); }

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

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

 span { border-color: rgb(67,95,93); }

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