#5E6FD9

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

Shades of Royal Blue #5E6FD9

Tints of Royal Blue #5E6FD9

Color information

#5E6FD9 (or 0x5E6FD9) is unknown color: approx Royal Blue. HEX triplet: 5E, 6F and D9. RGB value is (94,111,217). Sum of RGB (Red+Green+Blue) = 94+111+217=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E6FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FD9 is #A19026. Grayscale: #757575. Windows color (decimal): -10588199 or 14249822. OLE color: 14249822.

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

Color convert

RGB94111217-
CMYK0.570.4900.15
HSL231.71º61.81%60.98%-
HSV(B)231.71º56.68%85.1%-
XYZ22.8218.7668.06-
YUV118183.87110.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.27%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=22.27%
G=26.30%
B=51.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941112170.570.4900.15231.7161.8160.98
Hex5E6FD939310Fe83e3d
Octal13615733171610173507675
Binary10111101101111110110011110011100010111111101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6FD9; }

 p { color: rgb(94,111,217); }

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

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

 a { background-color: rgb(94,111,217); }

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

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

 span { border-color: rgb(94,111,217); }

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