#5B6AE3

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

Shades of Royal Blue #5B6AE3

Tints of Royal Blue #5B6AE3

Color information

#5B6AE3 (or 0x5B6AE3) is unknown color: approx Royal Blue. HEX triplet: 5B, 6A and E3. RGB value is (91,106,227). Sum of RGB (Red+Green+Blue) = 91+106+227=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #5B6AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6AE3 is #A4951C. Grayscale: #727272. Windows color (decimal): -10786077 or 14903899. OLE color: 14903899.

HSL color Cylindrical-coordinate representation of color #5B6AE3: hue angle of 233.38º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B6AE3 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB91106227-
CMYK0.600.5300.11
HSL233.38º70.83%62.35%-
HSV(B)233.38º59.91%89.02%-
XYZ23.3318.0874.93-
YUV115.31191.03110.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.46%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 227 (89.06% from 255) = 53.54%
R=21.46%
G=25%
B=53.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal911062270.600.5300.11233.3870.8362.35
Hex5B6AE33C350Be9473e
Octal133152343746501335110776
Binary101101111010101110001111110011010101011111010011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,227); }

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

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

 a { background-color: rgb(91,106,227); }

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

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

 span { border-color: rgb(91,106,227); }

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