#435D5A

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

Shades of Dark Slate #435D5A

Tints of Dark Slate #435D5A

Color information

#435D5A (or 0x435D5A) is unknown color: approx Dark Slate. HEX triplet: 43, 5D and 5A. RGB value is (67,93,90). Sum of RGB (Red+Green+Blue) = 67+93+90=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #435D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D5A is #BCA2A5. Grayscale: #545454. Windows color (decimal): -12362406 or 5922115. OLE color: 5922115.

HSL color Cylindrical-coordinate representation of color #435D5A: hue angle of 173.08º 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 #435D5A is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB679390-
CMYK0.2800.030.64
HSL173.08º16.25%31.37%-
HSV(B)173.08º27.96%36.47%-
XYZ8.079.7611.13-
YUV84.88130.89115.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=26.8%
G=37.2%
B=36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793900.2800.030.64173.0816.2531.37
Hex435D5A1C0340ad101f
Octal10313513234031002552037
Binary100001110111011011010111000111000000101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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