Html Css Color HEX #5963DB Royal Blue

📋 copy color: '#5963DB'

red 89 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #5963DB

Tints of Royal Blue #5963DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 21.87%
G = 24.32%
B = 53.81%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5963DB (or 0x5963DB) is known color: Royal Blue. HEX triplet: 59, 63 and DB. RGB value is (89,99,219). Sum of RGB (Red+Green+Blue) = 89+99+219=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5963DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963DB is #A69C24. Grayscale: #6D6D6D. Windows color (decimal): -10918949 or 14377817. OLE color: 14377817.

HSL color Cylindrical-coordinate representation of color #5963DB: hue angle of 235.38º 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 #5963DB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 99 219 -
CMYK 0.59 0.55 0 0.14
HSL 235.38º 0.64% 0.6% -
HSV(B) 235.38º 0.59% 0.86% -
XYZ 21.37 16.16 69.01 -
YUV 109.69 189.69 113.24 -
System Red Green Blue C M Y K H S L
Decimal 89 99 219 0.59 0.55 0 0.14 235.38 0.64 0.6
Hex 59 63 DB 3B 37 0 E EB 40 3C
Octal 131 143 333 73 67 0 16 353 100 74
Binary 1011001 1100011 11011011 111011 110111 0 1110 11101011 1000000 111100

Color Harmonies of #5963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963DB

Black with #5963DB

Text Example


Text Example

White with #5963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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