Html Css Color HEX #445152 Dark Slate

📋 copy color: '#445152'

red 68 ◦ green 81 ◦ blue 82

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

Shades of Dark Slate #445152

Tints of Dark Slate #445152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 29.44%
G = 35.06%
B = 35.5%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#445152 (or 0x445152) is known color: Dark Slate. HEX triplet: 44, 51 and 52. RGB value is (68,81,82). Sum of RGB (Red+Green+Blue) = 68+81+82=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #445152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445152 is #BBAEAD. Grayscale: #4D4D4D. Windows color (decimal): -12299950 or 5394756. OLE color: 5394756.

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

Color convert

RGB 68 81 82 -
CMYK 0.17 0.01 0 0.68
HSL 184.29º 0.09% 0.29% -
HSV(B) 184.29º 0.17% 0.32% -
XYZ 6.85 7.72 9.11 -
YUV 77.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 68 81 82 0.17 0.01 0 0.68 184.29 0.09 0.29
Hex 44 51 52 11 1 0 44 B8 9 1D
Octal 104 121 122 21 1 0 104 270 11 35
Binary 1000100 1010001 1010010 10001 1 0 1000100 10111000 1001 11101

Color Harmonies of #445152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445152

Black with #445152

Text Example


Text Example

White with #445152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445152; }

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

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

background-color css

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

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

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

border-color css

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

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

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