#5565F0

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

Shades of Royal Blue #5565F0

Tints of Royal Blue #5565F0

Color information

#5565F0 (or 0x5565F0) is unknown color: approx Royal Blue. HEX triplet: 55, 65 and F0. RGB value is (85,101,240). Sum of RGB (Red+Green+Blue) = 85+101+240=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #5565F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565F0 is #AA9A0F. Grayscale: #6F6F6F. Windows color (decimal): -11180560 or 15754581. OLE color: 15754581.

HSL color Cylindrical-coordinate representation of color #5565F0: hue angle of 233.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5565F0 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85101240-
CMYK0.650.5800.06
HSL233.81º83.78%63.73%-
HSV(B)233.81º64.58%94.12%-
XYZ24.1317.5384.55-
YUV112.06200.2108.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 240 (94.14% from 255) = 56.34%
R=19.95%
G=23.71%
B=56.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851012400.650.5800.06233.8183.7863.73
Hex5565F0413A06ea5440
Octal1251453601017206352124100
Binary1010101110010111110000100000111101001101110101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5565F0; }

 p { color: rgb(85,101,240); }

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

<style>
 a { background-color: #5565F0; }

 a { background-color: rgb(85,101,240); }

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

<style>
 span { border-color: #5565F0; }

 span { border-color: rgb(85,101,240); }

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