#5B71DB

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

Shades of Royal Blue #5B71DB

Tints of Royal Blue #5B71DB

Color information

#5B71DB (or 0x5B71DB) is unknown color: approx Royal Blue. HEX triplet: 5B, 71 and DB. RGB value is (91,113,219). Sum of RGB (Red+Green+Blue) = 91+113+219=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B71DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B71DB is #A48E24. Grayscale: #767676. Windows color (decimal): -10784293 or 14381403. OLE color: 14381403.

HSL color Cylindrical-coordinate representation of color #5B71DB: hue angle of 229.69º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B71DB is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91113219-
CMYK0.580.4800.14
HSL229.69º64%60.78%-
HSV(B)229.69º58.45%85.88%-
XYZ23.0119.1569.5-
YUV118.51184.71108.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 219 (85.94% from 255) = 51.77%
R=21.51%
G=26.71%
B=51.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911132190.580.4800.14229.696460.78
Hex5B71DB3A300Ee6403d
Octal133161333726001634610075
Binary101101111100011101101111101011000001110111001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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