#5666EC

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

Shades of Royal Blue #5666EC

Tints of Royal Blue #5666EC

Color information

#5666EC (or 0x5666EC) is unknown color: approx Royal Blue. HEX triplet: 56, 66 and EC. RGB value is (86,102,236). Sum of RGB (Red+Green+Blue) = 86+102+236=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #5666EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5666EC is #A99913. Grayscale: #6F6F6F. Windows color (decimal): -11114772 or 15492694. OLE color: 15492694.

HSL color Cylindrical-coordinate representation of color #5666EC: hue angle of 233.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5666EC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86102236-
CMYK0.640.5700.07
HSL233.6º79.79%63.14%-
HSV(B)233.6º63.56%92.55%-
XYZ23.7317.5481.49-
YUV112.49197.7109.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 236 (92.58% from 255) = 55.66%
R=20.28%
G=24.06%
B=55.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861022360.640.5700.07233.679.7963.14
Hex5666EC403907ea503f
Octal126146354100710735212077
Binary101011011001101110110010000001110010111111010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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