Html Css Color HEX #445F5D Dark Slate

📋 copy color: '#445F5D'

red 68 ◦ green 95 ◦ blue 93

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

Shades of Dark Slate #445F5D

Tints of Dark Slate #445F5D

RGB

 RED value IS 68 (26.95% from 255) = 26.56%

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 26.56%
G = 37.11%
B = 36.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#445F5D (or 0x445F5D) is known color: Dark Slate. HEX triplet: 44, 5F and 5D. RGB value is (68,95,93). Sum of RGB (Red+Green+Blue) = 68+95+93=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #445F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F5D is #BBA0A2. Grayscale: #565656. Windows color (decimal): -12296355 or 6119236. OLE color: 6119236.

HSL color Cylindrical-coordinate representation of color #445F5D: hue angle of 175.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F5D is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 93 -
CMYK 0.28 0 0.02 0.63
HSL 175.56º 0.17% 0.32% -
HSV(B) 175.56º 0.28% 0.37% -
XYZ 8.45 10.2 11.88 -
YUV 86.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 68 95 93 0.28 0 0.02 0.63 175.56 0.17 0.32
Hex 44 5F 5D 1C 0 2 3F B0 11 20
Octal 104 137 135 34 0 2 77 260 21 40
Binary 1000100 1011111 1011101 11100 0 10 111111 10110000 10001 100000

Color Harmonies of #445F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F5D

Black with #445F5D

Text Example


Text Example

White with #445F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445F5D; }

 p { color: rgb(68,95,93); }

 H1.HeaderClassName
 {
   color: #445F5D;
 }
 .AnyTagClassName
 {
   color: #445F5D;
 }
</style>

background-color css

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

 a { background-color: rgb(68,95,93); }

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

border-color css

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

 span { border-color: rgb(68,95,93); }

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