#5453D8

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

Shades of Slate Blue #5453D8

Tints of Slate Blue #5453D8

Color information

#5453D8 (or 0x5453D8) is unknown color: approx Slate Blue. HEX triplet: 54, 53 and D8. RGB value is (84,83,216). Sum of RGB (Red+Green+Blue) = 84+83+216=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #5453D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453D8 is #ABAC27. Grayscale: #616161. Windows color (decimal): -11250728 or 14177108. OLE color: 14177108.

HSL color Cylindrical-coordinate representation of color #5453D8: hue angle of 240.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5453D8 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8483216-
CMYK0.610.6200.15
HSL240.45º63.03%58.63%-
HSV(B)240.45º61.57%84.71%-
XYZ19.1413.0366.47-
YUV98.46194.33117.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 216 (84.77% from 255) = 56.40%
R=21.93%
G=21.67%
B=56.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84832160.610.6200.15240.4563.0358.63
Hex5453D83D3E0Ff03f3b
Octal12412333075760173607773
Binary10101001010011110110001111011111100111111110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5453D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5453D8; }

 p { color: rgb(84,83,216); }

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

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

 a { background-color: rgb(84,83,216); }

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

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

 span { border-color: rgb(84,83,216); }

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