#5665DA

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

Shades of Royal Blue #5665DA

Tints of Royal Blue #5665DA

Color information

#5665DA (or 0x5665DA) is unknown color: approx Royal Blue. HEX triplet: 56, 65 and DA. RGB value is (86,101,218). Sum of RGB (Red+Green+Blue) = 86+101+218=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #5665DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665DA is #A99A25. Grayscale: #6D6D6D. Windows color (decimal): -11115046 or 14312790. OLE color: 14312790.

HSL color Cylindrical-coordinate representation of color #5665DA: hue angle of 233.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5665DA is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86101218-
CMYK0.610.5400.15
HSL233.18º64.08%59.61%-
HSV(B)233.18º60.55%85.49%-
XYZ21.1516.3568.37-
YUV109.85189.03110.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 218 (85.55% from 255) = 53.83%
R=21.23%
G=24.94%
B=53.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861012180.610.5400.15233.1864.0859.61
Hex5665DA3D360Fe9403c
Octal126145332756601735110074
Binary101011011001011101101011110111011001111111010011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5665DA; }

 p { color: rgb(86,101,218); }

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

<style>
 a { background-color: #5665DA; }

 a { background-color: rgb(86,101,218); }

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

<style>
 span { border-color: #5665DA; }

 span { border-color: rgb(86,101,218); }

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