Html Css Color HEX #45615D Dark Slate

📋 copy color: '#45615D'

red 69 ◦ green 97 ◦ blue 93

#45615D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #45615D

Tints of Dark Slate #45615D

RGB

 RED value IS 69 (27.34% from 255) = 26.64%

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 26.64%
G = 37.45%
B = 35.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#45615D (or 0x45615D) is known color: Dark Slate. HEX triplet: 45, 61 and 5D. RGB value is (69,97,93). Sum of RGB (Red+Green+Blue) = 69+97+93=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #45615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45615D is #BA9EA2. Grayscale: #585858. Windows color (decimal): -12230307 or 6119749. OLE color: 6119749.

HSL color Cylindrical-coordinate representation of color #45615D: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45615D is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 93 -
CMYK 0.29 0 0.04 0.62
HSL 171.43º 0.17% 0.33% -
HSV(B) 171.43º 0.29% 0.38% -
XYZ 8.7 10.6 11.94 -
YUV 88.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 69 97 93 0.29 0 0.04 0.62 171.43 0.17 0.33
Hex 45 61 5D 1D 0 4 3E AB 11 21
Octal 105 141 135 35 0 4 76 253 21 41
Binary 1000101 1100001 1011101 11101 0 100 111110 10101011 10001 100001

Color Harmonies of #45615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45615D

Black with #45615D

Text Example


Text Example

White with #45615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45615D;
 }
 .AnyTagClassName
 {
   color: #45615D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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