#5676E1

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

Shades of Royal Blue #5676E1

Tints of Royal Blue #5676E1

Color information

#5676E1 (or 0x5676E1) is unknown color: approx Royal Blue. HEX triplet: 56, 76 and E1. RGB value is (86,118,225). Sum of RGB (Red+Green+Blue) = 86+118+225=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #5676E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676E1 is #A9891E. Grayscale: #787878. Windows color (decimal): -11110687 or 14775894. OLE color: 14775894.

HSL color Cylindrical-coordinate representation of color #5676E1: hue angle of 226.19º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5676E1 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86118225-
CMYK0.620.4800.12
HSL226.19º69.85%60.98%-
HSV(B)226.19º61.78%88.24%-
XYZ23.9120.3773.91-
YUV120.63186.9103.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=20.05%
G=27.51%
B=52.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861182250.620.4800.12226.1969.8560.98
Hex5676E13E300Ce2463d
Octal126166341766001434210675
Binary101011011101101110000111111011000001100111000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5676E1; }

 p { color: rgb(86,118,225); }

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

<style>
 a { background-color: #5676E1; }

 a { background-color: rgb(86,118,225); }

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

<style>
 span { border-color: #5676E1; }

 span { border-color: rgb(86,118,225); }

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