#455350

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

Shades of Dark Slate #455350

Tints of Dark Slate #455350

Color information

#455350 (or 0x455350) is unknown color: approx Dark Slate. HEX triplet: 45, 53 and 50. RGB value is (69,83,80). Sum of RGB (Red+Green+Blue) = 69+83+80=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #455350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455350 is #BAACAF. Grayscale: #4E4E4E. Windows color (decimal): -12233904 or 5264197. OLE color: 5264197.

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

Color convert

RGB698380-
CMYK0.1700.040.67
HSL167.14º9.21%29.8%-
HSV(B)167.14º16.87%32.55%-
XYZ78.038.77-
YUV78.47128.86121.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=29.74%
G=35.78%
B=34.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983800.1700.040.67167.149.2129.8
Hex455350110443a791e
Octal10512312021041032471136
Binary100010110100111010000100010100100001110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455350; }

 p { color: rgb(69,83,80); }

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

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

 a { background-color: rgb(69,83,80); }

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

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

 span { border-color: rgb(69,83,80); }

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