Html Css Color HEX #455655 Dark Slate

📋 copy color: '#455655'

red 69 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate #455655

Tints of Dark Slate #455655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 28.75%
G = 35.83%
B = 35.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#455655 (or 0x455655) is known color: Dark Slate. HEX triplet: 45, 56 and 55. RGB value is (69,86,85). Sum of RGB (Red+Green+Blue) = 69+86+85=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #455655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455655 is #BAA9AA. Grayscale: #505050. Windows color (decimal): -12233131 or 5592645. OLE color: 5592645.

HSL color Cylindrical-coordinate representation of color #455655: hue angle of 176.47º 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 #455655 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 86 85 -
CMYK 0.20 0 0.01 0.66
HSL 176.47º 0.11% 0.3% -
HSV(B) 176.47º 0.2% 0.34% -
XYZ 7.42 8.58 9.86 -
YUV 80.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 69 86 85 0.20 0 0.01 0.66 176.47 0.11 0.3
Hex 45 56 55 14 0 1 42 B0 B 1E
Octal 105 126 125 24 0 1 102 260 13 36
Binary 1000101 1010110 1010101 10100 0 1 1000010 10110000 1011 11110

Color Harmonies of #455655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455655

Black with #455655

Text Example


Text Example

White with #455655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455655; }

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

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

background-color css

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

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

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

border-color css

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

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

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