#5B6BF5

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

Shades of Royal Blue #5B6BF5

Tints of Royal Blue #5B6BF5

Color information

#5B6BF5 (or 0x5B6BF5) is unknown color: approx Royal Blue. HEX triplet: 5B, 6B and F5. RGB value is (91,107,245). Sum of RGB (Red+Green+Blue) = 91+107+245=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B6BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BF5 is #A4940A. Grayscale: #757575. Windows color (decimal): -10785803 or 16083803. OLE color: 16083803.

HSL color Cylindrical-coordinate representation of color #5B6BF5: hue angle of 233.77º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B6BF5 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB91107245-
CMYK0.630.5600.04
HSL233.77º88.51%65.88%-
HSV(B)233.77º62.86%96.08%-
XYZ26.0519.3388.74-
YUV117.95199.7108.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.54%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 245 (96.09% from 255) = 55.30%
R=20.54%
G=24.15%
B=55.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal911072450.630.5600.04233.7788.5165.88
Hex5B6BF53F3804ea5942
Octal133153365777004352131102
Binary101101111010111111010111111111100001001110101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,107,245); }

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

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

 a { background-color: rgb(91,107,245); }

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

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

 span { border-color: rgb(91,107,245); }

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