#435A55

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

Shades of Dark Slate #435A55

Tints of Dark Slate #435A55

Color information

#435A55 (or 0x435A55) is unknown color: approx Dark Slate. HEX triplet: 43, 5A and 55. RGB value is (67,90,85). Sum of RGB (Red+Green+Blue) = 67+90+85=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #435A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A55 is #BCA5AA. Grayscale: #525252. Windows color (decimal): -12363179 or 5593667. OLE color: 5593667.

HSL color Cylindrical-coordinate representation of color #435A55: hue angle of 166.96º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A55 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB679085-
CMYK0.2600.060.65
HSL166.96º14.65%30.78%-
HSV(B)166.96º25.56%35.29%-
XYZ7.619.169.96-
YUV82.55129.38116.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=27.69%
G=37.19%
B=35.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790850.2600.060.65166.9614.6530.78
Hex435A551A0641a7f1f
Octal10313212532061012471737
Binary100001110110101010101110100110100000110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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