#5B71F1

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

Shades of Royal Blue #5B71F1

Tints of Royal Blue #5B71F1

Color information

#5B71F1 (or 0x5B71F1) is unknown color: approx Royal Blue. HEX triplet: 5B, 71 and F1. RGB value is (91,113,241). Sum of RGB (Red+Green+Blue) = 91+113+241=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B71F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71F1 is #A48E0E. Grayscale: #787878. Windows color (decimal): -10784271 or 15823195. OLE color: 15823195.

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

Color convert

RGB91113241-
CMYK0.620.5300.05
HSL231.2º84.27%65.1%-
HSV(B)231.2º62.24%94.51%-
XYZ26.120.3985.78-
YUV121.01195.71106.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.45%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 241 (94.53% from 255) = 54.16%
R=20.45%
G=25.39%
B=54.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911132410.620.5300.05231.284.2765.1
Hex5B71F13E3505e75441
Octal133161361766505347124101
Binary101101111100011111000111111011010101011110011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,113,241); }

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

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

 a { background-color: rgb(91,113,241); }

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

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

 span { border-color: rgb(91,113,241); }

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