#5565F1

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

Shades of Royal Blue #5565F1

Tints of Royal Blue #5565F1

Color information

#5565F1 (or 0x5565F1) is unknown color: approx Royal Blue. HEX triplet: 55, 65 and F1. RGB value is (85,101,241). Sum of RGB (Red+Green+Blue) = 85+101+241=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #5565F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565F1 is #AA9A0E. Grayscale: #6F6F6F. Windows color (decimal): -11180559 or 15820117. OLE color: 15820117.

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

Color convert

RGB85101241-
CMYK0.650.5800.05
HSL233.85º84.78%63.92%-
HSV(B)233.85º64.73%94.51%-
XYZ24.2817.5985.33-
YUV112.18200.7108.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=19.91%
G=23.65%
B=56.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851012410.650.5800.05233.8584.7863.92
Hex5565F1413A05ea5540
Octal1251453611017205352125100
Binary1010101110010111110001100000111101001011110101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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