Html Css Color HEX #5963EB Royal Blue

📋 copy color: '#5963EB'

red 89 ◦ green 99 ◦ blue 235

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

Shades of Royal Blue #5963EB

Tints of Royal Blue #5963EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 21.04%
G = 23.4%
B = 55.56%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5963EB (or 0x5963EB) is known color: Royal Blue. HEX triplet: 59, 63 and EB. RGB value is (89,99,235). Sum of RGB (Red+Green+Blue) = 89+99+235=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #5963EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963EB is #A69C14. Grayscale: #6E6E6E. Windows color (decimal): -10918933 or 15426393. OLE color: 15426393.

HSL color Cylindrical-coordinate representation of color #5963EB: hue angle of 235.89º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5963EB is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 99 235 -
CMYK 0.62 0.58 0 0.08
HSL 235.89º 0.78% 0.64% -
HSV(B) 235.89º 0.62% 0.92% -
XYZ 23.58 17.05 80.64 -
YUV 111.51 197.69 111.94 -
System Red Green Blue C M Y K H S L
Decimal 89 99 235 0.62 0.58 0 0.08 235.89 0.78 0.64
Hex 59 63 EB 3E 3A 0 8 EC 4E 40
Octal 131 143 353 76 72 0 10 354 116 100
Binary 1011001 1100011 11101011 111110 111010 0 1000 11101100 1001110 1000000

Color Harmonies of #5963EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963EB

Black with #5963EB

Text Example


Text Example

White with #5963EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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