#5770DA

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

Shades of Royal Blue #5770DA

Tints of Royal Blue #5770DA

Color information

#5770DA (or 0x5770DA) is unknown color: approx Royal Blue. HEX triplet: 57, 70 and DA. RGB value is (87,112,218). Sum of RGB (Red+Green+Blue) = 87+112+218=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #5770DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770DA is #A88F25. Grayscale: #747474. Windows color (decimal): -11046694 or 14315607. OLE color: 14315607.

HSL color Cylindrical-coordinate representation of color #5770DA: hue angle of 228.55º 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 #5770DA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87112218-
CMYK0.600.4900.15
HSL228.55º63.9%59.8%-
HSV(B)228.55º60.09%85.49%-
XYZ22.3818.6868.76-
YUV116.61185.22106.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=20.86%
G=26.86%
B=52.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871122180.600.4900.15228.5563.959.8
Hex5770DA3C310Fe5403c
Octal127160332746101734510074
Binary101011111100001101101011110011000101111111001011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5770DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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