Html Css Color HEX #5A67EF Royal Blue

📋 copy color: '#5A67EF'

red 90 ◦ green 103 ◦ blue 239

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

Shades of Royal Blue #5A67EF

Tints of Royal Blue #5A67EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 20.83%
G = 23.84%
B = 55.32%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A67EF (or 0x5A67EF) is known color: Royal Blue. HEX triplet: 5A, 67 and EF. RGB value is (90,103,239). Sum of RGB (Red+Green+Blue) = 90+103+239=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A67EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A67EF is #A59810. Grayscale: #727272. Windows color (decimal): -10852369 or 15689562. OLE color: 15689562.

HSL color Cylindrical-coordinate representation of color #5A67EF: hue angle of 234.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A67EF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 103 239 -
CMYK 0.62 0.57 0 0.06
HSL 234.77º 0.82% 0.65% -
HSV(B) 234.77º 0.62% 0.94% -
XYZ 24.65 18.11 83.86 -
YUV 114.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 90 103 239 0.62 0.57 0 0.06 234.77 0.82 0.65
Hex 5A 67 EF 3E 39 0 6 EB 52 41
Octal 132 147 357 76 71 0 6 353 122 101
Binary 1011010 1100111 11101111 111110 111001 0 110 11101011 1010010 1000001

Color Harmonies of #5A67EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A67EF

Black with #5A67EF

Text Example


Text Example

White with #5A67EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,239); }

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

background-color css

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

 a { background-color: rgb(90,103,239); }

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

border-color css

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

 span { border-color: rgb(90,103,239); }

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