#5661EA

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

Shades of Royal Blue #5661EA

Tints of Royal Blue #5661EA

Color information

#5661EA (or 0x5661EA) is unknown color: approx Royal Blue. HEX triplet: 56, 61 and EA. RGB value is (86,97,234). Sum of RGB (Red+Green+Blue) = 86+97+234=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #5661EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5661EA is #A99E15. Grayscale: #6C6C6C. Windows color (decimal): -11116054 or 15360342. OLE color: 15360342.

HSL color Cylindrical-coordinate representation of color #5661EA: hue angle of 235.54º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5661EA is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8697234-
CMYK0.630.5900.08
HSL235.54º77.89%62.75%-
HSV(B)235.54º63.25%91.76%-
XYZ22.9616.4779.81-
YUV109.33198.36111.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.62%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 234 (91.80% from 255) = 56.12%
R=20.62%
G=23.26%
B=56.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal86972340.630.5900.08235.5477.8962.75
Hex5661EA3F3B08ec4e3f
Octal126141352777301035411677
Binary101011011000011110101011111111101101000111011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5661EA; }

 p { color: rgb(86,97,234); }

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

<style>
 a { background-color: #5661EA; }

 a { background-color: rgb(86,97,234); }

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

<style>
 span { border-color: #5661EA; }

 span { border-color: rgb(86,97,234); }

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