Html Css Color HEX #445351 Dark Slate

📋 copy color: '#445351'

red 68 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #445351

Tints of Dark Slate #445351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

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

R = 29.31%
G = 35.78%
B = 34.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#445351 (or 0x445351) is known color: Dark Slate. HEX triplet: 44, 53 and 51. RGB value is (68,83,81). Sum of RGB (Red+Green+Blue) = 68+83+81=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #445351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445351 is #BBACAE. Grayscale: #4E4E4E. Windows color (decimal): -12299439 or 5329732. OLE color: 5329732.

HSL color Cylindrical-coordinate representation of color #445351: hue angle of 172º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445351 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 81 -
CMYK 0.18 0 0.02 0.67
HSL 172º 0.1% 0.3% -
HSV(B) 172º 0.18% 0.33% -
XYZ 6.96 8.01 8.96 -
YUV 78.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 68 83 81 0.18 0 0.02 0.67 172 0.1 0.3
Hex 44 53 51 12 0 2 43 AC A 1E
Octal 104 123 121 22 0 2 103 254 12 36
Binary 1000100 1010011 1010001 10010 0 10 1000011 10101100 1010 11110

Color Harmonies of #445351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445351

Black with #445351

Text Example


Text Example

White with #445351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445351; }

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

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

background-color css

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

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

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

border-color css

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

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

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