#435C5A

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

Shades of Dark Slate #435C5A

Tints of Dark Slate #435C5A

Color information

#435C5A (or 0x435C5A) is unknown color: approx Dark Slate. HEX triplet: 43, 5C and 5A. RGB value is (67,92,90). Sum of RGB (Red+Green+Blue) = 67+92+90=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #435C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C5A is #BCA3A5. Grayscale: #545454. Windows color (decimal): -12362662 or 5921859. OLE color: 5921859.

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

Color convert

RGB679290-
CMYK0.2700.020.64
HSL175.2º15.72%31.18%-
HSV(B)175.2º27.17%36.08%-
XYZ7.999.5911.1-
YUV84.3131.22115.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=26.91%
G=36.95%
B=36.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6792900.2700.020.64175.215.7231.18
Hex435C5A1B0240af101f
Octal10313413233021002572037
Binary100001110111001011010110110101000000101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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