#5A6AD1

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

Shades of Royal Blue #5A6AD1

Tints of Royal Blue #5A6AD1

Color information

#5A6AD1 (or 0x5A6AD1) is unknown color: approx Royal Blue. HEX triplet: 5A, 6A and D1. RGB value is (90,106,209). Sum of RGB (Red+Green+Blue) = 90+106+209=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A6AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6AD1 is #A5952E. Grayscale: #707070. Windows color (decimal): -10851631 or 13724250. OLE color: 13724250.

HSL color Cylindrical-coordinate representation of color #5A6AD1: hue angle of 231.93º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A6AD1 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90106209-
CMYK0.570.4900.18
HSL231.93º56.4%58.63%-
HSV(B)231.93º56.94%81.96%-
XYZ20.8817.0962.52-
YUV112.96182.2111.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.22%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=22.22%
G=26.17%
B=51.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901062090.570.4900.18231.9356.458.63
Hex5A6AD13931012e8383b
Octal13215232171610223507073
Binary101101011010101101000111100111000101001011101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,209); }

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

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

 a { background-color: rgb(90,106,209); }

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

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

 span { border-color: rgb(90,106,209); }

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