#435D5C

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

Shades of Dark Slate #435D5C

Tints of Dark Slate #435D5C

Color information

#435D5C (or 0x435D5C) is unknown color: approx Dark Slate. HEX triplet: 43, 5D and 5C. RGB value is (67,93,92). Sum of RGB (Red+Green+Blue) = 67+93+92=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #435D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D5C is #BCA2A3. Grayscale: #555555. Windows color (decimal): -12362404 or 6053187. OLE color: 6053187.

HSL color Cylindrical-coordinate representation of color #435D5C: hue angle of 177.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D5C is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB679392-
CMYK0.2800.010.64
HSL177.69º16.25%31.37%-
HSV(B)177.69º27.96%36.47%-
XYZ8.169.7911.59-
YUV85.11131.89115.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=26.59%
G=36.90%
B=36.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793920.2800.010.64177.6916.2531.37
Hex435D5C1C0140b2101f
Octal10313513434011002622037
Binary10000111011101101110011100011000000101100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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