#5B6BE8

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

Shades of Royal Blue #5B6BE8

Tints of Royal Blue #5B6BE8

Color information

#5B6BE8 (or 0x5B6BE8) is unknown color: approx Royal Blue. HEX triplet: 5B, 6B and E8. RGB value is (91,107,232). Sum of RGB (Red+Green+Blue) = 91+107+232=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #5B6BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BE8 is #A49417. Grayscale: #737373. Windows color (decimal): -10785816 or 15231835. OLE color: 15231835.

HSL color Cylindrical-coordinate representation of color #5B6BE8: hue angle of 233.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B6BE8 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB91107232-
CMYK0.610.5400.09
HSL233.19º75.4%63.33%-
HSV(B)233.19º60.78%90.98%-
XYZ24.1418.5778.66-
YUV116.47193.2109.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.16%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 232 (91.02% from 255) = 53.95%
R=21.16%
G=24.88%
B=53.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal911072320.610.5400.09233.1975.463.33
Hex5B6BE83D3609e94b3f
Octal133153350756601135111377
Binary101101111010111110100011110111011001001111010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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