#5459DA

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

Shades of Slate Blue #5459DA

Tints of Slate Blue #5459DA

Color information

#5459DA (or 0x5459DA) is unknown color: approx Slate Blue. HEX triplet: 54, 59 and DA. RGB value is (84,89,218). Sum of RGB (Red+Green+Blue) = 84+89+218=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #5459DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459DA is #ABA625. Grayscale: #656565. Windows color (decimal): -11249190 or 14309716. OLE color: 14309716.

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

Color convert

RGB8489218-
CMYK0.610.5900.15
HSL237.76º64.42%59.22%-
HSV(B)237.76º61.47%85.49%-
XYZ19.8814.0968-
YUV102.21193.34115.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 218 (85.55% from 255) = 55.75%
R=21.48%
G=22.76%
B=55.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84892180.610.5900.15237.7664.4259.22
Hex5459DA3D3B0Fee403b
Octal124131332757301735610073
Binary101010010110011101101011110111101101111111011101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5459DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5459DA; }

 p { color: rgb(84,89,218); }

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

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

 a { background-color: rgb(84,89,218); }

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

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

 span { border-color: rgb(84,89,218); }

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