Html Css Color HEX #455554 Dark Slate

📋 copy color: '#455554'

red 69 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate #455554

Tints of Dark Slate #455554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 28.99%
G = 35.71%
B = 35.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#455554 (or 0x455554) is known color: Dark Slate. HEX triplet: 45, 55 and 54. RGB value is (69,85,84). Sum of RGB (Red+Green+Blue) = 69+85+84=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #455554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455554 is #BAAAAB. Grayscale: #505050. Windows color (decimal): -12233388 or 5526853. OLE color: 5526853.

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

Color convert

RGB 69 85 84 -
CMYK 0.19 0 0.01 0.67
HSL 176.25º 0.1% 0.3% -
HSV(B) 176.25º 0.19% 0.33% -
XYZ 7.3 8.4 9.62 -
YUV 80.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 69 85 84 0.19 0 0.01 0.67 176.25 0.1 0.3
Hex 45 55 54 13 0 1 43 B0 A 1E
Octal 105 125 124 23 0 1 103 260 12 36
Binary 1000101 1010101 1010100 10011 0 1 1000011 10110000 1010 11110

Color Harmonies of #455554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455554

Black with #455554

Text Example


Text Example

White with #455554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455554; }

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

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

background-color css

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

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

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

border-color css

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

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

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