#5871E6

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

Shades of Royal Blue #5871E6

Tints of Royal Blue #5871E6

Color information

#5871E6 (or 0x5871E6) is unknown color: approx Royal Blue. HEX triplet: 58, 71 and E6. RGB value is (88,113,230). Sum of RGB (Red+Green+Blue) = 88+113+230=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #5871E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871E6 is #A78E19. Grayscale: #767676. Windows color (decimal): -10980890 or 15102296. OLE color: 15102296.

HSL color Cylindrical-coordinate representation of color #5871E6: hue angle of 229.44º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5871E6 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB88113230-
CMYK0.620.5100.10
HSL229.44º73.96%62.35%-
HSV(B)229.44º61.74%90.2%-
XYZ24.2119.677.37-
YUV118.86190.72105.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 230 (90.23% from 255) = 53.36%
R=20.42%
G=26.22%
B=53.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal881132300.620.5100.10229.4473.9662.35
Hex5871E63E330Ae54a3e
Octal130161346766301234511276
Binary101100011100011110011011111011001101010111001011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5871E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5871E6; }

 p { color: rgb(88,113,230); }

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

<style>
 a { background-color: #5871E6; }

 a { background-color: rgb(88,113,230); }

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

<style>
 span { border-color: #5871E6; }

 span { border-color: rgb(88,113,230); }

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