Html Css Color HEX #5A76EC Royal Blue

📋 copy color: '#5A76EC'

red 90 ◦ green 118 ◦ blue 236

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

Shades of Royal Blue #5A76EC

Tints of Royal Blue #5A76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 20.27%
G = 26.58%
B = 53.15%

CMYK

 C value IS 0.62

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A76EC (or 0x5A76EC) is known color: Royal Blue. HEX triplet: 5A, 76 and EC. RGB value is (90,118,236). Sum of RGB (Red+Green+Blue) = 90+118+236=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A76EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A76EC is #A58913. Grayscale: #7A7A7A. Windows color (decimal): -10848532 or 15496794. OLE color: 15496794.

HSL color Cylindrical-coordinate representation of color #5A76EC: hue angle of 228.49º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A76EC is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 118 236 -
CMYK 0.62 0.5 0 0.07
HSL 228.49º 0.79% 0.64% -
HSV(B) 228.49º 0.62% 0.93% -
XYZ 25.84 21.19 82.08 -
YUV 123.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 90 118 236 0.62 0.5 0 0.07 228.49 0.79 0.64
Hex 5A 76 EC 3E 32 0 7 E4 4F 40
Octal 132 166 354 76 62 0 7 344 117 100
Binary 1011010 1110110 11101100 111110 110010 0 111 11100100 1001111 1000000

Color Harmonies of #5A76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76EC

Black with #5A76EC

Text Example


Text Example

White with #5A76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,236); }

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

background-color css

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

 a { background-color: rgb(90,118,236); }

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

border-color css

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

 span { border-color: rgb(90,118,236); }

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