#5B71EA

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

Shades of Royal Blue #5B71EA

Tints of Royal Blue #5B71EA

Color information

#5B71EA (or 0x5B71EA) is unknown color: approx Royal Blue. HEX triplet: 5B, 71 and EA. RGB value is (91,113,234). Sum of RGB (Red+Green+Blue) = 91+113+234=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B71EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71EA is #A48E15. Grayscale: #777777. Windows color (decimal): -10784278 or 15364443. OLE color: 15364443.

HSL color Cylindrical-coordinate representation of color #5B71EA: hue angle of 230.77º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B71EA is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91113234-
CMYK0.610.5200.08
HSL230.77º77.3%63.73%-
HSV(B)230.77º61.11%91.76%-
XYZ25.0719.9780.38-
YUV120.22192.21107.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=20.78%
G=25.80%
B=53.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911132340.610.5200.08230.7777.363.73
Hex5B71EA3D3408e74d40
Octal1331613527564010347115100
Binary1011011111000111101010111101110100010001110011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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