#435150

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

Shades of Dark Slate #435150

Tints of Dark Slate #435150

Color information

#435150 (or 0x435150) is unknown color: approx Dark Slate. HEX triplet: 43, 51 and 50. RGB value is (67,81,80). Sum of RGB (Red+Green+Blue) = 67+81+80=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #435150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435150 is #BCAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12365488 or 5263683. OLE color: 5263683.

HSL color Cylindrical-coordinate representation of color #435150: hue angle of 175.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #435150 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB678180-
CMYK0.1700.010.68
HSL175.71º9.46%29.02%-
HSV(B)175.71º17.28%31.76%-
XYZ6.717.668.71-
YUV76.7129.86121.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=29.39%
G=35.53%
B=35.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6781800.1700.010.68175.719.4629.02
Hex435150110144b091d
Octal10312112021011042601135
Binary1000011101000110100001000101100010010110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435150; }

 p { color: rgb(67,81,80); }

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

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

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

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

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

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

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