#5A6EDD

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

Shades of Royal Blue #5A6EDD

Tints of Royal Blue #5A6EDD

Color information

#5A6EDD (or 0x5A6EDD) is unknown color: approx Royal Blue. HEX triplet: 5A, 6E and DD. RGB value is (90,110,221). Sum of RGB (Red+Green+Blue) = 90+110+221=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6EDD is #A59122. Grayscale: #747474. Windows color (decimal): -10850595 or 14511706. OLE color: 14511706.

HSL color Cylindrical-coordinate representation of color #5A6EDD: hue angle of 230.84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6EDD is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90110221-
CMYK0.590.5000.13
HSL230.84º65.83%60.98%-
HSV(B)230.84º59.28%86.67%-
XYZ22.8418.5570.78-
YUV116.67186.87108.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.38%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=21.38%
G=26.13%
B=52.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901102210.590.5000.13230.8465.8360.98
Hex5A6EDD3B320De7423d
Octal132156335736201534710275
Binary101101011011101101110111101111001001101111001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,221); }

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

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

 a { background-color: rgb(90,110,221); }

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

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

 span { border-color: rgb(90,110,221); }

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