#5671EE

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

Shades of Royal Blue #5671EE

Tints of Royal Blue #5671EE

Color information

#5671EE (or 0x5671EE) is unknown color: approx Royal Blue. HEX triplet: 56, 71 and EE. RGB value is (86,113,238). Sum of RGB (Red+Green+Blue) = 86+113+238=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #5671EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671EE is #A98E11. Grayscale: #767676. Windows color (decimal): -11111954 or 15626582. OLE color: 15626582.

HSL color Cylindrical-coordinate representation of color #5671EE: hue angle of 229.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5671EE is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86113238-
CMYK0.640.5300.07
HSL229.34º81.72%63.53%-
HSV(B)229.34º63.87%93.33%-
XYZ25.1819.9683.42-
YUV119.18195.05104.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.68%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 238 (93.36% from 255) = 54.46%
R=19.68%
G=25.86%
B=54.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861132380.640.5300.07229.3481.7263.53
Hex5671EE403507e55240
Octal1261613561006507345122100
Binary1010110111000111101110100000011010101111110010110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5671EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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