#435454

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

Shades of Dark Slate #435454

Tints of Dark Slate #435454

Color information

#435454 (or 0x435454) is unknown color: approx Dark Slate. HEX triplet: 43, 54 and 54. RGB value is (67,84,84). Sum of RGB (Red+Green+Blue) = 67+84+84=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #435454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435454 is #BCABAB. Grayscale: #4E4E4E. Windows color (decimal): -12364716 or 5526595. OLE color: 5526595.

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

Color convert

RGB678484-
CMYK0.20000.67
HSL180º11.26%29.61%-
HSV(B)180º20.24%32.94%-
XYZ7.098.179.59-
YUV78.92130.87119.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=28.51%
G=35.74%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784840.20000.6718011.2629.61
Hex435454140043b4b1e
Octal10312412424001032641336
Binary1000011101010010101001010000100001110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435454; }

 p { color: rgb(67,84,84); }

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

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

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

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

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

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

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