Html Css Color HEX #455553 Dark Slate

📋 copy color: '#455553'

red 69 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate #455553

Tints of Dark Slate #455553

RGB

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

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

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

R = 29.11%
G = 35.86%
B = 35.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#455553 (or 0x455553) is known color: Dark Slate. HEX triplet: 45, 55 and 53. RGB value is (69,85,83). Sum of RGB (Red+Green+Blue) = 69+85+83=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #455553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455553 is #BAAAAC. Grayscale: #4F4F4F. Windows color (decimal): -12233389 or 5461317. OLE color: 5461317.

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

Color convert

RGB 69 85 83 -
CMYK 0.19 0 0.02 0.67
HSL 172.5º 0.1% 0.3% -
HSV(B) 172.5º 0.19% 0.33% -
XYZ 7.26 8.39 9.42 -
YUV 79.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 69 85 83 0.19 0 0.02 0.67 172.5 0.1 0.3
Hex 45 55 53 13 0 2 43 AC A 1E
Octal 105 125 123 23 0 2 103 254 12 36
Binary 1000101 1010101 1010011 10011 0 10 1000011 10101100 1010 11110

Color Harmonies of #455553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455553

Black with #455553

Text Example


Text Example

White with #455553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455553; }

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

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

background-color css

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

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

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

border-color css

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

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

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