Html Css Color HEX #455656 Dark Slate

📋 copy color: '#455656'

red 69 ◦ green 86 ◦ blue 86

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

Shades of Dark Slate #455656

Tints of Dark Slate #455656

RGB

 RED value IS 69 (27.34% from 255) = 28.63%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 28.63%
G = 35.68%
B = 35.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#455656 (or 0x455656) is known color: Dark Slate. HEX triplet: 45, 56 and 56. RGB value is (69,86,86). Sum of RGB (Red+Green+Blue) = 69+86+86=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #455656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455656 is #BAA9A9. Grayscale: #505050. Windows color (decimal): -12233130 or 5658181. OLE color: 5658181.

HSL color Cylindrical-coordinate representation of color #455656: hue angle of 180º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455656 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 86 86 -
CMYK 0.20 0 0 0.66
HSL 180º 0.11% 0.3% -
HSV(B) 180º 0.2% 0.34% -
XYZ 7.46 8.59 10.07 -
YUV 80.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 69 86 86 0.20 0 0 0.66 180 0.11 0.3
Hex 45 56 56 14 0 0 42 B4 B 1E
Octal 105 126 126 24 0 0 102 264 13 36
Binary 1000101 1010110 1010110 10100 0 0 1000010 10110100 1011 11110

Color Harmonies of #455656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455656

Black with #455656

Text Example


Text Example

White with #455656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455656; }

 p { color: rgb(69,86,86); }

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

background-color css

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

 a { background-color: rgb(69,86,86); }

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

border-color css

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

 span { border-color: rgb(69,86,86); }

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