#5978EB

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

Shades of Royal Blue #5978EB

Tints of Royal Blue #5978EB

Color information

#5978EB (or 0x5978EB) is unknown color: approx Royal Blue. HEX triplet: 59, 78 and EB. RGB value is (89,120,235). Sum of RGB (Red+Green+Blue) = 89+120+235=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #5978EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5978EB is #A68714. Grayscale: #7B7B7B. Windows color (decimal): -10913557 or 15431769. OLE color: 15431769.

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

Color convert

RGB89120235-
CMYK0.620.4900.08
HSL227.26º78.49%63.53%-
HSV(B)227.26º62.13%92.16%-
XYZ25.8321.5581.4-
YUV123.84190.73103.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 235 (92.19% from 255) = 52.93%
R=20.05%
G=27.03%
B=52.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891202350.620.4900.08227.2678.4963.53
Hex5978EB3E3108e34e40
Octal1311703537661010343116100
Binary1011001111100011101011111110110001010001110001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5978EB; }

 p { color: rgb(89,120,235); }

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

<style>
 a { background-color: #5978EB; }

 a { background-color: rgb(89,120,235); }

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

<style>
 span { border-color: #5978EB; }

 span { border-color: rgb(89,120,235); }

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