Html Css Color HEX #5A6FEC Royal Blue

📋 copy color: '#5A6FEC'

red 90 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #5A6FEC

Tints of Royal Blue #5A6FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54%

R = 20.59%
G = 25.4%
B = 54%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A6FEC (or 0x5A6FEC) is known color: Royal Blue. HEX triplet: 5A, 6F and EC. RGB value is (90,111,236). Sum of RGB (Red+Green+Blue) = 90+111+236=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A6FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FEC is #A59013. Grayscale: #767676. Windows color (decimal): -10850324 or 15495002. OLE color: 15495002.

HSL color Cylindrical-coordinate representation of color #5A6FEC: hue angle of 231.37º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6FEC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 111 236 -
CMYK 0.62 0.53 0 0.07
HSL 231.37º 0.79% 0.64% -
HSV(B) 231.37º 0.62% 0.93% -
XYZ 25.04 19.6 81.82 -
YUV 118.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 90 111 236 0.62 0.53 0 0.07 231.37 0.79 0.64
Hex 5A 6F EC 3E 35 0 7 E7 4F 40
Octal 132 157 354 76 65 0 7 347 117 100
Binary 1011010 1101111 11101100 111110 110101 0 111 11100111 1001111 1000000

Color Harmonies of #5A6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FEC

Black with #5A6FEC

Text Example


Text Example

White with #5A6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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