#453586

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

Shades of Dark Slate Blue #453586

Tints of Dark Slate Blue #453586

Color information

#453586 (or 0x453586) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 35 and 86. RGB value is (69,53,134). Sum of RGB (Red+Green+Blue) = 69+53+134=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #453586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453586 is #BACA79. Grayscale: #424242. Windows color (decimal): -12241530 or 8795461. OLE color: 8795461.

HSL color Cylindrical-coordinate representation of color #453586: hue angle of 251.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453586 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6953134-
CMYK0.490.6000.47
HSL251.85º43.32%36.67%-
HSV(B)251.85º60.45%52.55%-
XYZ8.035.5323.2-
YUV67.02165.8129.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=26.95%
G=20.70%
B=52.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69531340.490.6000.47251.8543.3236.67
Hex453586313C02Ffc2b25
Octal1056520661740573745345
Binary100010111010110000110110001111100010111111111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453586; }

 p { color: rgb(69,53,134); }

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

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

 a { background-color: rgb(69,53,134); }

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

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

 span { border-color: rgb(69,53,134); }

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