Html Css Color HEX #5B71DB Royal Blue

📋 copy color: '#5B71DB'

red 91 ◦ green 113 ◦ blue 219

#5B71DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5B71DB

Tints of Royal Blue #5B71DB

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 value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B71DB (or 0x5B71DB) is known color: 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

RGB 91 113 219 -
CMYK 0.58 0.48 0 0.14
HSL 229.69º 0.64% 0.61% -
HSV(B) 229.69º 0.58% 0.86% -
XYZ 23.01 19.15 69.5 -
YUV 118.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 91 113 219 0.58 0.48 0 0.14 229.69 0.64 0.61
Hex 5B 71 DB 3A 30 0 E E6 40 3D
Octal 133 161 333 72 60 0 16 346 100 75
Binary 1011011 1110001 11011011 111010 110000 0 1110 11100110 1000000 111101

Color Harmonies of #5B71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B71DB

Black with #5B71DB

Text Example


Text Example

White with #5B71DB

Text Example


Text Example

HTML Codes & Css Web 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>