#5974E7

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

Shades of Royal Blue #5974E7

Tints of Royal Blue #5974E7

Color information

#5974E7 (or 0x5974E7) is unknown color: approx Royal Blue. HEX triplet: 59, 74 and E7. RGB value is (89,116,231). Sum of RGB (Red+Green+Blue) = 89+116+231=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #5974E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974E7 is #A68B18. Grayscale: #787878. Windows color (decimal): -10914585 or 15168601. OLE color: 15168601.

HSL color Cylindrical-coordinate representation of color #5974E7: hue angle of 228.59º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5974E7 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89116231-
CMYK0.610.5000.09
HSL228.59º74.74%62.75%-
HSV(B)228.59º61.47%90.59%-
XYZ24.7920.3878.23-
YUV121.04190.05105.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 231 (90.62% from 255) = 52.98%
R=20.41%
G=26.61%
B=52.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891162310.610.5000.09228.5974.7462.75
Hex5974E73D3209e54b3f
Octal131164347756201134511377
Binary101100111101001110011111110111001001001111001011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5974E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5974E7; }

 p { color: rgb(89,116,231); }

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

<style>
 a { background-color: #5974E7; }

 a { background-color: rgb(89,116,231); }

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

<style>
 span { border-color: #5974E7; }

 span { border-color: rgb(89,116,231); }

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