Html Css Color HEX #44605C Dark Slate

📋 copy color: '#44605C'

red 68 ◦ green 96 ◦ blue 92

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

Shades of Dark Slate #44605C

Tints of Dark Slate #44605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 26.56%
G = 37.5%
B = 35.94%

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

#44605C (or 0x44605C) is known color: Dark Slate. HEX triplet: 44, 60 and 5C. RGB value is (68,96,92). Sum of RGB (Red+Green+Blue) = 68+96+92=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #44605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44605C is #BB9FA3. Grayscale: #575757. Windows color (decimal): -12296100 or 6053956. OLE color: 6053956.

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

Color convert

RGB 68 96 92 -
CMYK 0.29 0 0.04 0.62
HSL 171.43º 0.17% 0.32% -
HSV(B) 171.43º 0.29% 0.38% -
XYZ 8.5 10.37 11.68 -
YUV 87.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 68 96 92 0.29 0 0.04 0.62 171.43 0.17 0.32
Hex 44 60 5C 1D 0 4 3E AB 11 20
Octal 104 140 134 35 0 4 76 253 21 40
Binary 1000100 1100000 1011100 11101 0 100 111110 10101011 10001 100000

Color Harmonies of #44605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44605C

Black with #44605C

Text Example


Text Example

White with #44605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44605C; }

 p { color: rgb(68,96,92); }

 H1.HeaderClassName
 {
   color: #44605C;
 }
 .AnyTagClassName
 {
   color: #44605C;
 }
</style>

background-color css

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

 a { background-color: rgb(68,96,92); }

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

border-color css

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

 span { border-color: rgb(68,96,92); }

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