Html Css Color HEX #5B64EB Royal Blue

📋 copy color: '#5B64EB'

red 91 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #5B64EB

Tints of Royal Blue #5B64EB

RGB

 RED value IS 91 (35.94% from 255) = 21.36%

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 21.36%
G = 23.47%
B = 55.16%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B64EB (or 0x5B64EB) is known color: Royal Blue. HEX triplet: 5B, 64 and EB. RGB value is (91,100,235). Sum of RGB (Red+Green+Blue) = 91+100+235=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B64EB is #A49B14. Grayscale: #707070. Windows color (decimal): -10787605 or 15426651. OLE color: 15426651.

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

Color convert

RGB 91 100 235 -
CMYK 0.61 0.57 0 0.08
HSL 236.25º 0.78% 0.64% -
HSV(B) 236.25º 0.61% 0.92% -
XYZ 23.87 17.34 80.69 -
YUV 112.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 91 100 235 0.61 0.57 0 0.08 236.25 0.78 0.64
Hex 5B 64 EB 3D 39 0 8 EC 4E 40
Octal 133 144 353 75 71 0 10 354 116 100
Binary 1011011 1100100 11101011 111101 111001 0 1000 11101100 1001110 1000000

Color Harmonies of #5B64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B64EB

Black with #5B64EB

Text Example


Text Example

White with #5B64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,100,235); }

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

background-color css

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

 a { background-color: rgb(91,100,235); }

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

border-color css

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

 span { border-color: rgb(91,100,235); }

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