Html Css Color HEX #5A6FD6 Royal Blue

📋 copy color: '#5A6FD6'

red 90 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #5A6FD6

Tints of Royal Blue #5A6FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

 BLUE value IS 214 (83.98% from 255) = 51.57%

R = 21.69%
G = 26.75%
B = 51.57%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A6FD6 (or 0x5A6FD6) is known color: Royal Blue. HEX triplet: 5A, 6F and D6. RGB value is (90,111,214). Sum of RGB (Red+Green+Blue) = 90+111+214=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A6FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FD6 is #A59029. Grayscale: #747474. Windows color (decimal): -10850346 or 14053210. OLE color: 14053210.

HSL color Cylindrical-coordinate representation of color #5A6FD6: hue angle of 229.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A6FD6 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 111 214 -
CMYK 0.58 0.48 0 0.16
HSL 229.84º 0.6% 0.6% -
HSV(B) 229.84º 0.58% 0.84% -
XYZ 22.04 18.4 66.01 -
YUV 116.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 90 111 214 0.58 0.48 0 0.16 229.84 0.6 0.6
Hex 5A 6F D6 3A 30 0 10 E6 3C 3C
Octal 132 157 326 72 60 0 20 346 74 74
Binary 1011010 1101111 11010110 111010 110000 0 10000 11100110 111100 111100

Color Harmonies of #5A6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FD6

Black with #5A6FD6

Text Example


Text Example

White with #5A6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,214); }

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

background-color css

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

 a { background-color: rgb(90,111,214); }

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

border-color css

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

 span { border-color: rgb(90,111,214); }

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