#5459DD

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

Shades of Royal Blue #5459DD

Tints of Royal Blue #5459DD

Color information

#5459DD (or 0x5459DD) is unknown color: approx Royal Blue. HEX triplet: 54, 59 and DD. RGB value is (84,89,221). Sum of RGB (Red+Green+Blue) = 84+89+221=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5459DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459DD is #ABA622. Grayscale: #666666. Windows color (decimal): -11249187 or 14506324. OLE color: 14506324.

HSL color Cylindrical-coordinate representation of color #5459DD: hue angle of 237.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5459DD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8489221-
CMYK0.620.6000.13
HSL237.81º66.83%59.8%-
HSV(B)237.81º61.99%86.67%-
XYZ20.2814.2570.09-
YUV102.55194.84114.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 221 (86.72% from 255) = 56.09%
R=21.32%
G=22.59%
B=56.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84892210.620.6000.13237.8166.8359.8
Hex5459DD3E3C0Dee433c
Octal124131335767401535610374
Binary101010010110011101110111111011110001101111011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5459DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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