Html Css Color HEX #5A6AD7 Royal Blue

📋 copy color: '#5A6AD7'

red 90 ◦ green 106 ◦ blue 215

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

Shades of Royal Blue #5A6AD7

Tints of Royal Blue #5A6AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 21.9%
G = 25.79%
B = 52.31%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A6AD7 (or 0x5A6AD7) is known color: Royal Blue. HEX triplet: 5A, 6A and D7. RGB value is (90,106,215). Sum of RGB (Red+Green+Blue) = 90+106+215=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A6AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6AD7 is #A59528. Grayscale: #717171. Windows color (decimal): -10851625 or 14117466. OLE color: 14117466.

HSL color Cylindrical-coordinate representation of color #5A6AD7: hue angle of 232.32º degrees, saturation: 0.61, 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 #5A6AD7 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 106 215 -
CMYK 0.58 0.51 0 0.16
HSL 232.32º 0.61% 0.6% -
HSV(B) 232.32º 0.58% 0.84% -
XYZ 21.64 17.39 66.51 -
YUV 113.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 90 106 215 0.58 0.51 0 0.16 232.32 0.61 0.6
Hex 5A 6A D7 3A 33 0 10 E8 3D 3C
Octal 132 152 327 72 63 0 20 350 75 74
Binary 1011010 1101010 11010111 111010 110011 0 10000 11101000 111101 111100

Color Harmonies of #5A6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6AD7

Black with #5A6AD7

Text Example


Text Example

White with #5A6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,106,215); }

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

background-color css

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

 a { background-color: rgb(90,106,215); }

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

border-color css

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

 span { border-color: rgb(90,106,215); }

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