#453886

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

Shades of Dark Slate Blue #453886

Tints of Dark Slate Blue #453886

Color information

#453886 (or 0x453886) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 86. RGB value is (69,56,134). Sum of RGB (Red+Green+Blue) = 69+56+134=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #453886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453886 is #BAC779. Grayscale: #444444. Windows color (decimal): -12240762 or 8796229. OLE color: 8796229.

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

Color convert

RGB6956134-
CMYK0.490.5800.47
HSL250º41.05%37.25%-
HSV(B)250º58.21%52.55%-
XYZ8.175.8123.25-
YUV68.78164.81128.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=26.64%
G=21.62%
B=51.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69561340.490.5800.4725041.0537.25
Hex453886313A02Ffa2925
Octal1057020661720573725145
Binary100010111100010000110110001111010010111111111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453886; }

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

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

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

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

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

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

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

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