#5A6BE1

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

Shades of Royal Blue #5A6BE1

Tints of Royal Blue #5A6BE1

Color information

#5A6BE1 (or 0x5A6BE1) is unknown color: approx Royal Blue. HEX triplet: 5A, 6B and E1. RGB value is (90,107,225). Sum of RGB (Red+Green+Blue) = 90+107+225=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #5A6BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6BE1 is #A5941E. Grayscale: #727272. Windows color (decimal): -10851359 or 14773082. OLE color: 14773082.

HSL color Cylindrical-coordinate representation of color #5A6BE1: hue angle of 232.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6BE1 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90107225-
CMYK0.600.5200.12
HSL232.44º69.23%61.76%-
HSV(B)232.44º60%88.24%-
XYZ23.0618.1373.52-
YUV115.37189.87109.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 225 (88.28% from 255) = 53.32%
R=21.33%
G=25.36%
B=53.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901072250.600.5200.12232.4469.2361.76
Hex5A6BE13C340Ce8453e
Octal132153341746401435010576
Binary101101011010111110000111110011010001100111010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,225); }

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

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

 a { background-color: rgb(90,107,225); }

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

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

 span { border-color: rgb(90,107,225); }

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