Html Css Color HEX #5A76DD Royal Blue

📋 copy color: '#5A76DD'

red 90 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #5A76DD

Tints of Royal Blue #5A76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 20.98%
G = 27.51%
B = 51.52%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A76DD (or 0x5A76DD) is known color: Royal Blue. HEX triplet: 5A, 76 and DD. RGB value is (90,118,221). Sum of RGB (Red+Green+Blue) = 90+118+221=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A76DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76DD is #A58922. Grayscale: #787878. Windows color (decimal): -10848547 or 14513754. OLE color: 14513754.

HSL color Cylindrical-coordinate representation of color #5A76DD: hue angle of 227.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A76DD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 118 221 -
CMYK 0.59 0.47 0 0.13
HSL 227.18º 0.66% 0.61% -
HSV(B) 227.18º 0.59% 0.87% -
XYZ 23.75 20.35 71.08 -
YUV 121.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 90 118 221 0.59 0.47 0 0.13 227.18 0.66 0.61
Hex 5A 76 DD 3B 2F 0 D E3 42 3D
Octal 132 166 335 73 57 0 15 343 102 75
Binary 1011010 1110110 11011101 111011 101111 0 1101 11100011 1000010 111101

Color Harmonies of #5A76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76DD

Black with #5A76DD

Text Example


Text Example

White with #5A76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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