#5b6bf3

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

Shades of Royal Blue #5B6BF3

Tints of Royal Blue #5B6BF3

Color information

#5B6BF3 (or 0x5B6BF3) is unknown color: approx Royal Blue. HEX triplet: 5B, 6B and F3. RGB value is (91,107,243). Sum of RGB (Red+Green+Blue) = 91+107+243=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B6BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BF3 is #A4940C. Grayscale: #757575. Windows color (decimal): -10785805 or 15952731. OLE color: 15952731.

HSL color Cylindrical-coordinate representation of color #5B6BF3: hue angle of 233.68º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B6BF3 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91107243-
CMYK0.630.5600.05
HSL233.68º86.36%65.49%-
HSV(B)233.68º62.55%95.29%-
XYZ25.7519.2187.14-
YUV117.72198.7108.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.63%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 243 (95.31% from 255) = 55.10%
R=20.63%
G=24.26%
B=55.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911072430.630.5600.05233.6886.3665.49
Hex5B6BF33F3805ea5641
Octal133153363777005352126101
Binary101101111010111111001111111111100001011110101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6bf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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