Html Css Color HEX #5B68EB Royal Blue

📋 copy color: '#5B68EB'

red 91 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #5B68EB

Tints of Royal Blue #5B68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 21.16%
G = 24.19%
B = 54.65%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B68EB (or 0x5B68EB) is known color: Royal Blue. HEX triplet: 5B, 68 and EB. RGB value is (91,104,235). Sum of RGB (Red+Green+Blue) = 91+104+235=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B68EB is #A49714. Grayscale: #727272. Windows color (decimal): -10786581 or 15427675. OLE color: 15427675.

HSL color Cylindrical-coordinate representation of color #5B68EB: hue angle of 234.58º 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 #5B68EB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 104 235 -
CMYK 0.61 0.56 0 0.08
HSL 234.58º 0.78% 0.64% -
HSV(B) 234.58º 0.61% 0.92% -
XYZ 24.26 18.12 80.82 -
YUV 115.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 91 104 235 0.61 0.56 0 0.08 234.58 0.78 0.64
Hex 5B 68 EB 3D 38 0 8 EB 4E 40
Octal 133 150 353 75 70 0 10 353 116 100
Binary 1011011 1101000 11101011 111101 111000 0 1000 11101011 1001110 1000000

Color Harmonies of #5B68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B68EB

Black with #5B68EB

Text Example


Text Example

White with #5B68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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