Html Css Color HEX #5B73E6 Royal Blue

📋 copy color: '#5B73E6'

red 91 ◦ green 115 ◦ blue 230

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

Shades of Royal Blue #5B73E6

Tints of Royal Blue #5B73E6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 20.87%
G = 26.38%
B = 52.75%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5B73E6 (or 0x5B73E6) is known color: Royal Blue. HEX triplet: 5B, 73 and E6. RGB value is (91,115,230). Sum of RGB (Red+Green+Blue) = 91+115+230=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #5B73E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73E6 is #A48C19. Grayscale: #787878. Windows color (decimal): -10783770 or 15102811. OLE color: 15102811.

HSL color Cylindrical-coordinate representation of color #5B73E6: hue angle of 229.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B73E6 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 91 115 230 -
CMYK 0.60 0.5 0 0.10
HSL 229.64º 0.74% 0.63% -
HSV(B) 229.64º 0.6% 0.9% -
XYZ 24.73 20.2 77.46 -
YUV 120.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 91 115 230 0.60 0.5 0 0.10 229.64 0.74 0.63
Hex 5B 73 E6 3C 32 0 A E6 4A 3F
Octal 133 163 346 74 62 0 12 346 112 77
Binary 1011011 1110011 11100110 111100 110010 0 1010 11100110 1001010 111111

Color Harmonies of #5B73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B73E6

Black with #5B73E6

Text Example


Text Example

White with #5B73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,230); }

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

background-color css

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

 a { background-color: rgb(91,115,230); }

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

border-color css

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

 span { border-color: rgb(91,115,230); }

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