Html Css Color HEX #455753 Dark Slate

📋 copy color: '#455753'

red 69 ◦ green 87 ◦ blue 83

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

Shades of Dark Slate #455753

Tints of Dark Slate #455753

RGB

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

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

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

R = 28.87%
G = 36.4%
B = 34.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#455753 (or 0x455753) is known color: Dark Slate. HEX triplet: 45, 57 and 53. RGB value is (69,87,83). Sum of RGB (Red+Green+Blue) = 69+87+83=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #455753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455753 is #BAA8AC. Grayscale: #515151. Windows color (decimal): -12232877 or 5461829. OLE color: 5461829.

HSL color Cylindrical-coordinate representation of color #455753: hue angle of 166.67º 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 #455753 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 87 83 -
CMYK 0.21 0 0.05 0.66
HSL 166.67º 0.12% 0.31% -
HSV(B) 166.67º 0.21% 0.34% -
XYZ 7.42 8.71 9.47 -
YUV 81.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 69 87 83 0.21 0 0.05 0.66 166.67 0.12 0.31
Hex 45 57 53 15 0 5 42 A7 C 1F
Octal 105 127 123 25 0 5 102 247 14 37
Binary 1000101 1010111 1010011 10101 0 101 1000010 10100111 1100 11111

Color Harmonies of #455753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455753

Black with #455753

Text Example


Text Example

White with #455753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455753; }

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

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

background-color css

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

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

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

border-color css

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

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

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