#5876EA

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

Shades of Royal Blue #5876EA

Tints of Royal Blue #5876EA

Color information

#5876EA (or 0x5876EA) is unknown color: approx Royal Blue. HEX triplet: 58, 76 and EA. RGB value is (88,118,234). Sum of RGB (Red+Green+Blue) = 88+118+234=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #5876EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5876EA is #A78915. Grayscale: #797979. Windows color (decimal): -10979606 or 15365720. OLE color: 15365720.

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

Color convert

RGB88118234-
CMYK0.620.5000.08
HSL227.67º77.66%63.14%-
HSV(B)227.67º62.39%91.76%-
XYZ25.3520.9780.55-
YUV122.25191.06103.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 234 (91.80% from 255) = 53.18%
R=20%
G=26.82%
B=53.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881182340.620.5000.08227.6777.6663.14
Hex5876EA3E3208e44e3f
Octal130166352766201034411677
Binary101100011101101110101011111011001001000111001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5876EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5876EA; }

 p { color: rgb(88,118,234); }

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

<style>
 a { background-color: #5876EA; }

 a { background-color: rgb(88,118,234); }

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

<style>
 span { border-color: #5876EA; }

 span { border-color: rgb(88,118,234); }

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