#455351

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

Shades of Dark Slate #455351

Tints of Dark Slate #455351

Color information

#455351 (or 0x455351) is unknown color: approx Dark Slate. HEX triplet: 45, 53 and 51. RGB value is (69,83,81). Sum of RGB (Red+Green+Blue) = 69+83+81=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #455351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455351 is #BAACAE. Grayscale: #4E4E4E. Windows color (decimal): -12233903 or 5329733. OLE color: 5329733.

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

Color convert

RGB698381-
CMYK0.1700.020.67
HSL171.43º9.21%29.8%-
HSV(B)171.43º16.87%32.55%-
XYZ7.038.058.97-
YUV78.59129.36121.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=29.61%
G=35.62%
B=34.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983810.1700.020.67171.439.2129.8
Hex455351110243ab91e
Octal10512312121021032531136
Binary10001011010011101000110001010100001110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455351; }

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

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

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

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

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

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

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

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