#45605D

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

Shades of Dark Slate #45605D

Tints of Dark Slate #45605D

Color information

#45605D (or 0x45605D) is unknown color: approx Dark Slate. HEX triplet: 45, 60 and 5D. RGB value is (69,96,93). Sum of RGB (Red+Green+Blue) = 69+96+93=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #45605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45605D is #BA9FA2. Grayscale: #575757. Windows color (decimal): -12230563 or 6119493. OLE color: 6119493.

HSL color Cylindrical-coordinate representation of color #45605D: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45605D is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB699693-
CMYK0.2800.030.62
HSL173.33º16.36%32.35%-
HSV(B)173.33º28.12%37.65%-
XYZ8.6110.4211.91-
YUV87.58131.05114.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=26.74%
G=37.21%
B=36.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996930.2800.030.62173.3316.3632.35
Hex45605D1C033Ead1020
Octal1051401353403762552040
Binary100010111000001011101111000111111101010110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45605D; }

 p { color: rgb(69,96,93); }

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

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

 a { background-color: rgb(69,96,93); }

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

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

 span { border-color: rgb(69,96,93); }

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