#5771F3

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

Shades of Royal Blue #5771F3

Tints of Royal Blue #5771F3

Color information

#5771F3 (or 0x5771F3) is unknown color: approx Royal Blue. HEX triplet: 57, 71 and F3. RGB value is (87,113,243). Sum of RGB (Red+Green+Blue) = 87+113+243=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #5771F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5771F3 is #A88E0C. Grayscale: #777777. Windows color (decimal): -11046413 or 15954263. OLE color: 15954263.

HSL color Cylindrical-coordinate representation of color #5771F3: hue angle of 230º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5771F3 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87113243-
CMYK0.640.5300.05
HSL230º86.67%64.71%-
HSV(B)230º64.2%95.29%-
XYZ26.0120.3187.34-
YUV120.05197.39104.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.64%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 243 (95.31% from 255) = 54.85%
R=19.64%
G=25.51%
B=54.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal871132430.640.5300.0523086.6764.71
Hex5771F3403505e65741
Octal1271613631006505346127101
Binary1010111111000111110011100000011010101011110011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5771F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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