Html Css Color HEX #5A63EA Royal Blue

📋 copy color: '#5A63EA'

red 90 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #5A63EA

Tints of Royal Blue #5A63EA

RGB

 RED value IS 90 (35.55% from 255) = 21.28%

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 21.28%
G = 23.4%
B = 55.32%

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

#5A63EA (or 0x5A63EA) is known color: Royal Blue. HEX triplet: 5A, 63 and EA. RGB value is (90,99,234). Sum of RGB (Red+Green+Blue) = 90+99+234=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A63EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A63EA is #A59C15. Grayscale: #6F6F6F. Windows color (decimal): -10853398 or 15360858. OLE color: 15360858.

HSL color Cylindrical-coordinate representation of color #5A63EA: hue angle of 236.25º degrees, saturation: 0.77, 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 #5A63EA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 99 234 -
CMYK 0.62 0.58 0 0.08
HSL 236.25º 0.77% 0.64% -
HSV(B) 236.25º 0.62% 0.92% -
XYZ 23.53 17.04 79.89 -
YUV 111.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 90 99 234 0.62 0.58 0 0.08 236.25 0.77 0.64
Hex 5A 63 EA 3E 3A 0 8 EC 4D 40
Octal 132 143 352 76 72 0 10 354 115 100
Binary 1011010 1100011 11101010 111110 111010 0 1000 11101100 1001101 1000000

Color Harmonies of #5A63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A63EA

Black with #5A63EA

Text Example


Text Example

White with #5A63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,234); }

 H1.HeaderClassName
 {
   color: #5A63EA;
 }
 .AnyTagClassName
 {
   color: #5A63EA;
 }
</style>

background-color css

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

 a { background-color: rgb(90,99,234); }

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

border-color css

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

 span { border-color: rgb(90,99,234); }

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