#5A6ADD

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

Shades of Royal Blue #5A6ADD

Tints of Royal Blue #5A6ADD

Color information

#5A6ADD (or 0x5A6ADD) is unknown color: approx Royal Blue. HEX triplet: 5A, 6A and DD. RGB value is (90,106,221). Sum of RGB (Red+Green+Blue) = 90+106+221=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ADD is #A59522. Grayscale: #717171. Windows color (decimal): -10851619 or 14510682. OLE color: 14510682.

HSL color Cylindrical-coordinate representation of color #5A6ADD: hue angle of 232.67º 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 #5A6ADD is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90106221-
CMYK0.590.5200.13
HSL232.67º65.83%60.98%-
HSV(B)232.67º59.28%86.67%-
XYZ22.4217.770.64-
YUV114.33188.2110.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.58%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=21.58%
G=25.42%
B=53.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901062210.590.5200.13232.6765.8360.98
Hex5A6ADD3B340De9423d
Octal132152335736401535110275
Binary101101011010101101110111101111010001101111010011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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