#5A6FDD

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

Shades of Royal Blue #5A6FDD

Tints of Royal Blue #5A6FDD

Color information

#5A6FDD (or 0x5A6FDD) is unknown color: approx Royal Blue. HEX triplet: 5A, 6F and DD. RGB value is (90,111,221). Sum of RGB (Red+Green+Blue) = 90+111+221=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FDD is #A59022. Grayscale: #747474. Windows color (decimal): -10850339 or 14511962. OLE color: 14511962.

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

Color convert

RGB90111221-
CMYK0.590.5000.13
HSL230.38º65.83%60.98%-
HSV(B)230.38º59.28%86.67%-
XYZ22.9518.7670.82-
YUV117.26186.54108.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=21.33%
G=26.30%
B=52.37%

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
Decimal901112210.590.5000.13230.3865.8360.98
Hex5A6FDD3B320De6423d
Octal132157335736201534610275
Binary101101011011111101110111101111001001101111001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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