#5B78E5

Color #5B78E5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5B78E5

Tints of Royal Blue #5B78E5

Color information

#5B78E5 (or 0x5B78E5) is unknown color: approx Royal Blue. HEX triplet: 5B, 78 and E5. RGB value is (91,120,229). Sum of RGB (Red+Green+Blue) = 91+120+229=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B78E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78E5 is #A4871A. Grayscale: #7B7B7B. Windows color (decimal): -10782491 or 15038555. OLE color: 15038555.

HSL color Cylindrical-coordinate representation of color #5B78E5: hue angle of 227.39º degrees, saturation: 0.73, 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 #5B78E5 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB91120229-
CMYK0.600.4800.10
HSL227.39º72.63%62.75%-
HSV(B)227.39º60.26%89.8%-
XYZ25.1721.3176.92-
YUV123.76187.39104.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 229 (89.84% from 255) = 52.05%
R=20.68%
G=27.27%
B=52.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal911202290.600.4800.10227.3972.6362.75
Hex5B78E53C300Ae3493f
Octal133170345746001234311177
Binary101101111110001110010111110011000001010111000111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,229); }

 H1.HeaderClassName
 {
   color: #5B78E5;
 }
 .AnyTagClassName
 {
   color: #5B78E5;
 }
</style>
background-color css

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

 a { background-color: rgb(91,120,229); }

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

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

 span { border-color: rgb(91,120,229); }

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