#5874E0

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

Shades of Royal Blue #5874E0

Tints of Royal Blue #5874E0

Color information

#5874E0 (or 0x5874E0) is unknown color: approx Royal Blue. HEX triplet: 58, 74 and E0. RGB value is (88,116,224). Sum of RGB (Red+Green+Blue) = 88+116+224=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #5874E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874E0 is #A78B1F. Grayscale: #777777. Windows color (decimal): -10980128 or 14709848. OLE color: 14709848.

HSL color Cylindrical-coordinate representation of color #5874E0: hue angle of 227.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5874E0 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88116224-
CMYK0.610.4800.12
HSL227.65º68.69%61.18%-
HSV(B)227.65º60.71%87.84%-
XYZ23.7219.9573.12-
YUV119.94186.72105.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 224 (87.89% from 255) = 52.34%
R=20.56%
G=27.10%
B=52.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881162240.610.4800.12227.6568.6961.18
Hex5874E03D300Ce4453d
Octal130164340756001434410575
Binary101100011101001110000011110111000001100111001001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5874E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5874E0; }

 p { color: rgb(88,116,224); }

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

<style>
 a { background-color: #5874E0; }

 a { background-color: rgb(88,116,224); }

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

<style>
 span { border-color: #5874E0; }

 span { border-color: rgb(88,116,224); }

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