#5660DB

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

Shades of Royal Blue #5660DB

Tints of Royal Blue #5660DB

Color information

#5660DB (or 0x5660DB) is unknown color: approx Royal Blue. HEX triplet: 56, 60 and DB. RGB value is (86,96,219). Sum of RGB (Red+Green+Blue) = 86+96+219=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5660DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660DB is #A99F24. Grayscale: #6A6A6A. Windows color (decimal): -11116325 or 14377046. OLE color: 14377046.

HSL color Cylindrical-coordinate representation of color #5660DB: hue angle of 235.49º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5660DB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8696219-
CMYK0.610.5600.14
HSL235.49º64.88%59.8%-
HSV(B)235.49º60.73%85.88%-
XYZ20.8115.4668.91-
YUV107.03191.19113-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 219 (85.94% from 255) = 54.61%
R=21.45%
G=23.94%
B=54.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86962190.610.5600.14235.4964.8859.8
Hex5660DB3D380Eeb413c
Octal126140333757001635310174
Binary101011011000001101101111110111100001110111010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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