#453585

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

Shades of Dark Slate Blue #453585

Tints of Dark Slate Blue #453585

Color information

#453585 (or 0x453585) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 35 and 85. RGB value is (69,53,133). Sum of RGB (Red+Green+Blue) = 69+53+133=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #453585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453585 is #BACA7A. Grayscale: #424242. Windows color (decimal): -12241531 or 8729925. OLE color: 8729925.

HSL color Cylindrical-coordinate representation of color #453585: hue angle of 252º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453585 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6953133-
CMYK0.480.6000.48
HSL252º43.01%36.47%-
HSV(B)252º60.15%52.16%-
XYZ7.965.522.83-
YUV66.9165.3129.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=27.06%
G=20.78%
B=52.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69531330.480.6000.4825243.0136.47
Hex453585303C030fc2b24
Octal1056520560740603745344
Binary100010111010110000101110000111100011000011111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453585; }

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

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

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

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

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

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

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

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