#5771E6

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

Shades of Royal Blue #5771E6

Tints of Royal Blue #5771E6

Color information

#5771E6 (or 0x5771E6) is unknown color: approx Royal Blue. HEX triplet: 57, 71 and E6. RGB value is (87,113,230). Sum of RGB (Red+Green+Blue) = 87+113+230=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #5771E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5771E6 is #A88E19. Grayscale: #767676. Windows color (decimal): -11046426 or 15102295. OLE color: 15102295.

HSL color Cylindrical-coordinate representation of color #5771E6: hue angle of 229.09º 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 #5771E6 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB87113230-
CMYK0.620.5100.10
HSL229.09º74.09%62.16%-
HSV(B)229.09º62.17%90.2%-
XYZ24.1219.5577.37-
YUV118.56190.89105.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 230 (90.23% from 255) = 53.49%
R=20.23%
G=26.28%
B=53.49%

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
Decimal871132300.620.5100.10229.0974.0962.16
Hex5771E63E330Ae54a3e
Octal127161346766301234511276
Binary101011111100011110011011111011001101010111001011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5771E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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