#5776DD

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

Shades of Royal Blue #5776DD

Tints of Royal Blue #5776DD

Color information

#5776DD (or 0x5776DD) is unknown color: approx Royal Blue. HEX triplet: 57, 76 and DD. RGB value is (87,118,221). Sum of RGB (Red+Green+Blue) = 87+118+221=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #5776DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776DD is #A88922. Grayscale: #787878. Windows color (decimal): -11045155 or 14513751. OLE color: 14513751.

HSL color Cylindrical-coordinate representation of color #5776DD: hue angle of 226.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5776DD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87118221-
CMYK0.610.4700.13
HSL226.12º66.34%60.39%-
HSV(B)226.12º60.63%86.67%-
XYZ23.4620.271.07-
YUV120.47184.73104.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.42%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=20.42%
G=27.70%
B=51.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871182210.610.4700.13226.1266.3460.39
Hex5776DD3D2F0De2423c
Octal127166335755701534210274
Binary101011111101101101110111110110111101101111000101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5776DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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