Html Css Color HEX #445051 Dark Slate

📋 copy color: '#445051'

red 68 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate #445051

Tints of Dark Slate #445051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 29.69%
G = 34.93%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#445051 (or 0x445051) is known color: Dark Slate. HEX triplet: 44, 50 and 51. RGB value is (68,80,81). Sum of RGB (Red+Green+Blue) = 68+80+81=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #445051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445051 is #BBAFAE. Grayscale: #4C4C4C. Windows color (decimal): -12300207 or 5328964. OLE color: 5328964.

HSL color Cylindrical-coordinate representation of color #445051: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445051 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 80 81 -
CMYK 0.16 0.01 0 0.68
HSL 184.62º 0.09% 0.29% -
HSV(B) 184.62º 0.16% 0.32% -
XYZ 6.74 7.56 8.89 -
YUV 76.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 68 80 81 0.16 0.01 0 0.68 184.62 0.09 0.29
Hex 44 50 51 10 1 0 44 B9 9 1D
Octal 104 120 121 20 1 0 104 271 11 35
Binary 1000100 1010000 1010001 10000 1 0 1000100 10111001 1001 11101

Color Harmonies of #445051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445051

Black with #445051

Text Example


Text Example

White with #445051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445051; }

 p { color: rgb(68,80,81); }

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

background-color css

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

 a { background-color: rgb(68,80,81); }

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

border-color css

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

 span { border-color: rgb(68,80,81); }

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