Html Css Color HEX #5A6ED1 Royal Blue

📋 copy color: '#5A6ED1'

red 90 ◦ green 110 ◦ blue 209

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

Shades of Royal Blue #5A6ED1

Tints of Royal Blue #5A6ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 22%
G = 26.89%
B = 51.1%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A6ED1 (or 0x5A6ED1) is known color: Royal Blue. HEX triplet: 5A, 6E and D1. RGB value is (90,110,209). Sum of RGB (Red+Green+Blue) = 90+110+209=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A6ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ED1 is #A5912E. Grayscale: #727272. Windows color (decimal): -10850607 or 13725274. OLE color: 13725274.

HSL color Cylindrical-coordinate representation of color #5A6ED1: hue angle of 229.92º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A6ED1 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 110 209 -
CMYK 0.57 0.47 0 0.18
HSL 229.92º 0.56% 0.59% -
HSV(B) 229.92º 0.57% 0.82% -
XYZ 21.3 17.93 62.66 -
YUV 115.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 90 110 209 0.57 0.47 0 0.18 229.92 0.56 0.59
Hex 5A 6E D1 39 2F 0 12 E6 38 3B
Octal 132 156 321 71 57 0 22 346 70 73
Binary 1011010 1101110 11010001 111001 101111 0 10010 11100110 111000 111011

Color Harmonies of #5A6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ED1

Black with #5A6ED1

Text Example


Text Example

White with #5A6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,110,209); }

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

background-color css

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

 a { background-color: rgb(90,110,209); }

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

border-color css

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

 span { border-color: rgb(90,110,209); }

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