#5776DA

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

Shades of Royal Blue #5776DA

Tints of Royal Blue #5776DA

Color information

#5776DA (or 0x5776DA) is unknown color: approx Royal Blue. HEX triplet: 57, 76 and DA. RGB value is (87,118,218). Sum of RGB (Red+Green+Blue) = 87+118+218=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #5776DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776DA is #A88925. Grayscale: #777777. Windows color (decimal): -11045158 or 14317143. OLE color: 14317143.

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

Color convert

RGB87118218-
CMYK0.600.4600.15
HSL225.8º63.9%59.8%-
HSV(B)225.8º60.09%85.49%-
XYZ23.0620.0568.98-
YUV120.13183.23104.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.57%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=20.57%
G=27.90%
B=51.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871182180.600.4600.15225.863.959.8
Hex5776DA3C2E0Fe2403c
Octal127166332745601734210074
Binary101011111101101101101011110010111001111111000101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5776DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,118,218); }

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

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

 a { background-color: rgb(87,118,218); }

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

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

 span { border-color: rgb(87,118,218); }

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