#5773D7

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

Shades of Royal Blue #5773D7

Tints of Royal Blue #5773D7

Color information

#5773D7 (or 0x5773D7) is unknown color: approx Royal Blue. HEX triplet: 57, 73 and D7. RGB value is (87,115,215). Sum of RGB (Red+Green+Blue) = 87+115+215=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #5773D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773D7 is #A88C28. Grayscale: #757575. Windows color (decimal): -11045929 or 14119767. OLE color: 14119767.

HSL color Cylindrical-coordinate representation of color #5773D7: hue angle of 226.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5773D7 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87115215-
CMYK0.600.4700.16
HSL226.88º61.54%59.22%-
HSV(B)226.88º59.53%84.31%-
XYZ22.3319.1966.82-
YUV118.03182.72105.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=20.86%
G=27.58%
B=51.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871152150.600.4700.16226.8861.5459.22
Hex5773D73C2F010e33e3b
Octal12716332774570203437673
Binary101011111100111101011111110010111101000011100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5773D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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