Html Css Color HEX #455754 Dark Slate

📋 copy color: '#455754'

red 69 ◦ green 87 ◦ blue 84

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

Shades of Dark Slate #455754

Tints of Dark Slate #455754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 84 (33.2% from 255) = 35%

R = 28.75%
G = 36.25%
B = 35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#455754 (or 0x455754) is known color: Dark Slate. HEX triplet: 45, 57 and 54. RGB value is (69,87,84). Sum of RGB (Red+Green+Blue) = 69+87+84=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #455754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455754 is #BAA8AB. Grayscale: #515151. Windows color (decimal): -12232876 or 5527365. OLE color: 5527365.

HSL color Cylindrical-coordinate representation of color #455754: hue angle of 170º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455754 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 87 84 -
CMYK 0.21 0 0.03 0.66
HSL 170º 0.12% 0.31% -
HSV(B) 170º 0.21% 0.34% -
XYZ 7.46 8.72 9.68 -
YUV 81.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 69 87 84 0.21 0 0.03 0.66 170 0.12 0.31
Hex 45 57 54 15 0 3 42 AA C 1F
Octal 105 127 124 25 0 3 102 252 14 37
Binary 1000101 1010111 1010100 10101 0 11 1000010 10101010 1100 11111

Color Harmonies of #455754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455754

Black with #455754

Text Example


Text Example

White with #455754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455754; }

 p { color: rgb(69,87,84); }

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

background-color css

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

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

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

border-color css

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

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

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