Html Css Color HEX #455453 Dark Slate

📋 copy color: '#455453'

red 69 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate #455453

Tints of Dark Slate #455453

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 69 84 83 -
CMYK 0.18 0 0.01 0.67
HSL 176º 0.1% 0.3% -
HSV(B) 176º 0.18% 0.33% -
XYZ 7.19 8.23 9.39 -
YUV 79.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 69 84 83 0.18 0 0.01 0.67 176 0.1 0.3
Hex 45 54 53 12 0 1 43 B0 A 1E
Octal 105 124 123 22 0 1 103 260 12 36
Binary 1000101 1010100 1010011 10010 0 1 1000011 10110000 1010 11110

Color Harmonies of #455453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455453

Black with #455453

Text Example


Text Example

White with #455453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455453; }

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

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

background-color css

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

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

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

border-color css

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

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

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