#5666EA

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

Shades of Royal Blue #5666EA

Tints of Royal Blue #5666EA

Color information

#5666EA (or 0x5666EA) is unknown color: approx Royal Blue. HEX triplet: 56, 66 and EA. RGB value is (86,102,234). Sum of RGB (Red+Green+Blue) = 86+102+234=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #5666EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5666EA is #A99915. Grayscale: #6F6F6F. Windows color (decimal): -11114774 or 15361622. OLE color: 15361622.

HSL color Cylindrical-coordinate representation of color #5666EA: hue angle of 233.51º 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 #5666EA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86102234-
CMYK0.630.5600.08
HSL233.51º77.89%62.75%-
HSV(B)233.51º63.25%91.76%-
XYZ23.4417.4279.97-
YUV112.26196.7109.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 234 (91.80% from 255) = 55.45%
R=20.38%
G=24.17%
B=55.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861022340.630.5600.08233.5177.8962.75
Hex5666EA3F3808ea4e3f
Octal126146352777001035211677
Binary101011011001101110101011111111100001000111010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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