#434F50

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

Shades of Dark Slate #434F50

Tints of Dark Slate #434F50

Color information

#434F50 (or 0x434F50) is unknown color: approx Dark Slate. HEX triplet: 43, 4F and 50. RGB value is (67,79,80). Sum of RGB (Red+Green+Blue) = 67+79+80=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #434F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F50 is #BCB0AF. Grayscale: #4B4B4B. Windows color (decimal): -12366000 or 5263171. OLE color: 5263171.

HSL color Cylindrical-coordinate representation of color #434F50: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434F50 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677980-
CMYK0.160.0100.69
HSL184.62º8.84%28.82%-
HSV(B)184.62º16.25%31.37%-
XYZ6.567.368.67-
YUV75.53130.52121.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=29.65%
G=34.96%
B=35.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779800.160.0100.69184.628.8428.82
Hex434F50101045b991d
Octal10311712020101052711135
Binary1000011100111110100001000010100010110111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F50; }

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

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

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

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

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

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

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

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