#455553

Color #455553 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #455553

Tints of Dark Slate #455553

Color information

#455553 (or 0x455553) is unknown color: approx 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

RGB698583-
CMYK0.1900.020.67
HSL172.5º10.39%30.2%-
HSV(B)172.5º18.82%33.33%-
XYZ7.268.399.42-
YUV79.99129.7120.16-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985830.1900.020.67172.510.3930.2
Hex455553130243aca1e
Octal10512512323021032541236
Binary10001011010101101001110011010100001110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>