#455352

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

Shades of Dark Slate #455352

Tints of Dark Slate #455352

Color information

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

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

Color convert

RGB698382-
CMYK0.1700.010.67
HSL175.71º9.21%29.8%-
HSV(B)175.71º16.87%32.55%-
XYZ7.078.069.17-
YUV78.7129.86121.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=29.49%
G=35.47%
B=35.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983820.1700.010.67175.719.2129.8
Hex455352110143b091e
Octal10512312221011032601136
Binary1000101101001110100101000101100001110110000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455352; }

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

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

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

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

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

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

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

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