#5B71F8

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

Shades of Royal Blue #5B71F8

Tints of Royal Blue #5B71F8

Color information

#5B71F8 (or 0x5B71F8) is unknown color: approx Royal Blue. HEX triplet: 5B, 71 and F8. RGB value is (91,113,248). Sum of RGB (Red+Green+Blue) = 91+113+248=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B71F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71F8 is #A48E07. Grayscale: #797979. Windows color (decimal): -10784264 or 16281947. OLE color: 16281947.

HSL color Cylindrical-coordinate representation of color #5B71F8: hue angle of 231.59º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B71F8 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91113248-
CMYK0.630.5400.03
HSL231.59º91.81%66.47%-
HSV(B)231.59º63.31%97.25%-
XYZ27.1620.8191.39-
YUV121.81199.21106.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.13%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 248 (97.27% from 255) = 54.87%
R=20.13%
G=25%
B=54.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911132480.630.5400.03231.5991.8166.47
Hex5B71F83F3603e85c42
Octal133161370776603350134102
Binary10110111110001111110001111111101100111110100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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