#455552

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

Shades of Dark Slate #455552

Tints of Dark Slate #455552

Color information

#455552 (or 0x455552) is unknown color: approx Dark Slate. HEX triplet: 45, 55 and 52. RGB value is (69,85,82). Sum of RGB (Red+Green+Blue) = 69+85+82=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #455552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455552 is #BAAAAD. Grayscale: #4F4F4F. Windows color (decimal): -12233390 or 5395781. OLE color: 5395781.

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

Color convert

RGB698582-
CMYK0.1900.040.67
HSL168.75º10.39%30.2%-
HSV(B)168.75º18.82%33.33%-
XYZ7.238.379.22-
YUV79.87129.2120.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=29.24%
G=36.02%
B=34.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985820.1900.040.67168.7510.3930.2
Hex455552130443a9a1e
Octal10512512223041032511236
Binary100010110101011010010100110100100001110101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455552; }

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

 H1.HeaderClassName
 {
   color: #455552;
 }
 .AnyTagClassName
 {
   color: #455552;
 }
</style>
background-color css

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

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

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

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

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

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