Html Css Color HEX #455354 Dark Slate

📋 copy color: '#455354'

red 69 ◦ green 83 ◦ blue 84

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

Shades of Dark Slate #455354

Tints of Dark Slate #455354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 29.24%
G = 35.17%
B = 35.59%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#455354 (or 0x455354) is known color: Dark Slate. HEX triplet: 45, 53 and 54. RGB value is (69,83,84). Sum of RGB (Red+Green+Blue) = 69+83+84=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #455354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455354 is #BAACAB. Grayscale: #4E4E4E. Windows color (decimal): -12233900 or 5526341. OLE color: 5526341.

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

Color convert

RGB 69 83 84 -
CMYK 0.18 0.01 0 0.67
HSL 184º 0.1% 0.3% -
HSV(B) 184º 0.18% 0.33% -
XYZ 7.15 8.09 9.57 -
YUV 78.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 69 83 84 0.18 0.01 0 0.67 184 0.1 0.3
Hex 45 53 54 12 1 0 43 B8 A 1E
Octal 105 123 124 22 1 0 103 270 12 36
Binary 1000101 1010011 1010100 10010 1 0 1000011 10111000 1010 11110

Color Harmonies of #455354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455354

Black with #455354

Text Example


Text Example

White with #455354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455354; }

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

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

background-color css

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

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

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

border-color css

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

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

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