#5671F3

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

Shades of Royal Blue #5671F3

Tints of Royal Blue #5671F3

Color information

#5671F3 (or 0x5671F3) is unknown color: approx Royal Blue. HEX triplet: 56, 71 and F3. RGB value is (86,113,243). Sum of RGB (Red+Green+Blue) = 86+113+243=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #5671F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671F3 is #A98E0C. Grayscale: #777777. Windows color (decimal): -11111949 or 15954262. OLE color: 15954262.

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

Color convert

RGB86113243-
CMYK0.650.5300.05
HSL229.68º86.74%64.51%-
HSV(B)229.68º64.61%95.29%-
XYZ25.9220.2687.34-
YUV119.75197.55103.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 243 (95.31% from 255) = 54.98%
R=19.46%
G=25.57%
B=54.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861132430.650.5300.05229.6886.7464.51
Hex5671F3413505e65741
Octal1261613631016505346127101
Binary1010110111000111110011100000111010101011110011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5671F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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