Html Css Color HEX #455253 Dark Slate

📋 copy color: '#455253'

red 69 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate #455253

Tints of Dark Slate #455253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 29.49%
G = 35.04%
B = 35.47%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#455253 (or 0x455253) is known color: Dark Slate. HEX triplet: 45, 52 and 53. RGB value is (69,82,83). Sum of RGB (Red+Green+Blue) = 69+82+83=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #455253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455253 is #BAADAC. Grayscale: #4E4E4E. Windows color (decimal): -12234157 or 5460549. OLE color: 5460549.

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

Color convert

RGB 69 82 83 -
CMYK 0.17 0.01 0 0.67
HSL 184.29º 0.09% 0.3% -
HSV(B) 184.29º 0.17% 0.33% -
XYZ 7.03 7.92 9.34 -
YUV 78.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 69 82 83 0.17 0.01 0 0.67 184.29 0.09 0.3
Hex 45 52 53 11 1 0 43 B8 9 1E
Octal 105 122 123 21 1 0 103 270 11 36
Binary 1000101 1010010 1010011 10001 1 0 1000011 10111000 1001 11110

Color Harmonies of #455253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455253

Black with #455253

Text Example


Text Example

White with #455253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455253; }

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

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

background-color css

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

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

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

border-color css

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

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

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