#453583

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

Shades of Dark Slate Blue #453583

Tints of Dark Slate Blue #453583

Color information

#453583 (or 0x453583) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 35 and 83. RGB value is (69,53,131). Sum of RGB (Red+Green+Blue) = 69+53+131=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #453583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453583 is #BACA7C. Grayscale: #424242. Windows color (decimal): -12241533 or 8598853. OLE color: 8598853.

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

Color convert

RGB6953131-
CMYK0.470.6000.49
HSL252.31º42.39%36.08%-
HSV(B)252.31º59.54%51.37%-
XYZ7.825.4522.11-
YUV66.68164.3129.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=27.27%
G=20.95%
B=51.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69531310.470.6000.49252.3142.3936.08
Hex4535832F3C031fc2a24
Octal1056520357740613745244
Binary100010111010110000011101111111100011000111111100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453583; }

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

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

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

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

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

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

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

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