#5773DE

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

Shades of Royal Blue #5773DE

Tints of Royal Blue #5773DE

Color information

#5773DE (or 0x5773DE) is unknown color: approx Royal Blue. HEX triplet: 57, 73 and DE. RGB value is (87,115,222). Sum of RGB (Red+Green+Blue) = 87+115+222=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #5773DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773DE is #A88C21. Grayscale: #767676. Windows color (decimal): -11045922 or 14578519. OLE color: 14578519.

HSL color Cylindrical-coordinate representation of color #5773DE: hue angle of 227.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5773DE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87115222-
CMYK0.610.4800.13
HSL227.56º67.16%60.59%-
HSV(B)227.56º60.81%87.06%-
XYZ23.2519.5671.66-
YUV118.83186.22105.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.52%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 222 (87.11% from 255) = 52.36%
R=20.52%
G=27.12%
B=52.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871152220.610.4800.13227.5667.1660.59
Hex5773DE3D300De4433d
Octal127163336756001534410375
Binary101011111100111101111011110111000001101111001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5773DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5773DE; }

 p { color: rgb(87,115,222); }

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

<style>
 a { background-color: #5773DE; }

 a { background-color: rgb(87,115,222); }

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

<style>
 span { border-color: #5773DE; }

 span { border-color: rgb(87,115,222); }

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