Html Css Color HEX #5971DB Royal Blue

📋 copy color: '#5971DB'

red 89 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #5971DB

Tints of Royal Blue #5971DB

RGB

 RED value IS 89 (35.16% from 255) = 21.14%

 GREEN value IS 113 (44.53% from 255) = 26.84%

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 21.14%
G = 26.84%
B = 52.02%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5971DB (or 0x5971DB) is known color: Royal Blue. HEX triplet: 59, 71 and DB. RGB value is (89,113,219). Sum of RGB (Red+Green+Blue) = 89+113+219=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5971DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971DB is #A68E24. Grayscale: #757575. Windows color (decimal): -10915365 or 14381401. OLE color: 14381401.

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

Color convert

RGB 89 113 219 -
CMYK 0.59 0.48 0 0.14
HSL 228.92º 0.64% 0.6% -
HSV(B) 228.92º 0.59% 0.86% -
XYZ 22.81 19.05 69.49 -
YUV 117.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 89 113 219 0.59 0.48 0 0.14 228.92 0.64 0.6
Hex 59 71 DB 3B 30 0 E E5 40 3C
Octal 131 161 333 73 60 0 16 345 100 74
Binary 1011001 1110001 11011011 111011 110000 0 1110 11100101 1000000 111100

Color Harmonies of #5971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971DB

Black with #5971DB

Text Example


Text Example

White with #5971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5971DB; }

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

 H1.HeaderClassName
 {
   color: #5971DB;
 }
 .AnyTagClassName
 {
   color: #5971DB;
 }
</style>

background-color css

<style>
 a { background-color: #5971DB; }

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

 div.DivClassName
 {
   background-color: #5971DB;
 }
 .BgClassName
 {
   background-color: #5971DB;
 }
</style>

border-color css

<style>
 span { border-color: #5971DB; }

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

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