Html Css Color HEX #5A6FF3 Royal Blue

📋 copy color: '#5A6FF3'

red 90 ◦ green 111 ◦ blue 243

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

Shades of Royal Blue #5A6FF3

Tints of Royal Blue #5A6FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 20.27%
G = 25%
B = 54.73%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5A6FF3 (or 0x5A6FF3) is known color: Royal Blue. HEX triplet: 5A, 6F and F3. RGB value is (90,111,243). Sum of RGB (Red+Green+Blue) = 90+111+243=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A6FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FF3 is #A5900C. Grayscale: #777777. Windows color (decimal): -10850317 or 15953754. OLE color: 15953754.

HSL color Cylindrical-coordinate representation of color #5A6FF3: hue angle of 231.76º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A6FF3 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 111 243 -
CMYK 0.63 0.54 0 0.05
HSL 231.76º 0.86% 0.65% -
HSV(B) 231.76º 0.63% 0.95% -
XYZ 26.08 20.01 87.28 -
YUV 119.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 90 111 243 0.63 0.54 0 0.05 231.76 0.86 0.65
Hex 5A 6F F3 3F 36 0 5 E8 56 41
Octal 132 157 363 77 66 0 5 350 126 101
Binary 1011010 1101111 11110011 111111 110110 0 101 11101000 1010110 1000001

Color Harmonies of #5A6FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FF3

Black with #5A6FF3

Text Example


Text Example

White with #5A6FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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