Html Css Color HEX #5A6BEA Royal Blue

📋 copy color: '#5A6BEA'

red 90 ◦ green 107 ◦ blue 234

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

Shades of Royal Blue #5A6BEA

Tints of Royal Blue #5A6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 20.88%
G = 24.83%
B = 54.29%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A6BEA (or 0x5A6BEA) is known color: Royal Blue. HEX triplet: 5A, 6B and EA. RGB value is (90,107,234). Sum of RGB (Red+Green+Blue) = 90+107+234=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A6BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6BEA is #A59415. Grayscale: #737373. Windows color (decimal): -10851350 or 15362906. OLE color: 15362906.

HSL color Cylindrical-coordinate representation of color #5A6BEA: hue angle of 232.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6BEA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 107 234 -
CMYK 0.62 0.54 0 0.08
HSL 232.92º 0.77% 0.64% -
HSV(B) 232.92º 0.62% 0.92% -
XYZ 24.33 18.63 80.16 -
YUV 116.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 90 107 234 0.62 0.54 0 0.08 232.92 0.77 0.64
Hex 5A 6B EA 3E 36 0 8 E9 4D 40
Octal 132 153 352 76 66 0 10 351 115 100
Binary 1011010 1101011 11101010 111110 110110 0 1000 11101001 1001101 1000000

Color Harmonies of #5A6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BEA

Black with #5A6BEA

Text Example


Text Example

White with #5A6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,234); }

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

background-color css

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

 a { background-color: rgb(90,107,234); }

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

border-color css

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

 span { border-color: rgb(90,107,234); }

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