#5059DD

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

Shades of Royal Blue #5059DD

Tints of Royal Blue #5059DD

Color information

#5059DD (or 0x5059DD) is unknown color: approx Royal Blue. HEX triplet: 50, 59 and DD. RGB value is (80,89,221). Sum of RGB (Red+Green+Blue) = 80+89+221=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5059DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059DD is #AFA622. Grayscale: #646464. Windows color (decimal): -11511331 or 14506320. OLE color: 14506320.

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

Color convert

RGB8089221-
CMYK0.640.6000.13
HSL236.17º67.46%59.02%-
HSV(B)236.17º63.8%86.67%-
XYZ19.9314.0770.07-
YUV101.36195.52112.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=20.51%
G=22.82%
B=56.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80892210.640.6000.13236.1767.4659.02
Hex5059DD403C0Dec433b
Octal1201313351007401535410373
Binary1010000101100111011101100000011110001101111011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5059DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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