#5660E6

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

Shades of Royal Blue #5660E6

Tints of Royal Blue #5660E6

Color information

#5660E6 (or 0x5660E6) is unknown color: approx Royal Blue. HEX triplet: 56, 60 and E6. RGB value is (86,96,230). Sum of RGB (Red+Green+Blue) = 86+96+230=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #5660E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5660E6 is #A99F19. Grayscale: #6B6B6B. Windows color (decimal): -11116314 or 15097942. OLE color: 15097942.

HSL color Cylindrical-coordinate representation of color #5660E6: hue angle of 235.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5660E6 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8696230-
CMYK0.630.5800.10
HSL235.83º74.23%61.96%-
HSV(B)235.83º62.61%90.2%-
XYZ22.316.0676.79-
YUV108.29196.69112.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 230 (90.23% from 255) = 55.83%
R=20.87%
G=23.30%
B=55.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86962300.630.5800.10235.8374.2361.96
Hex5660E63F3A0Aec4a3e
Octal126140346777201235411276
Binary101011011000001110011011111111101001010111011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5660E6; }

 p { color: rgb(86,96,230); }

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

<style>
 a { background-color: #5660E6; }

 a { background-color: rgb(86,96,230); }

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

<style>
 span { border-color: #5660E6; }

 span { border-color: rgb(86,96,230); }

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