#5770D6

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

Shades of Royal Blue #5770D6

Tints of Royal Blue #5770D6

Color information

#5770D6 (or 0x5770D6) is unknown color: approx Royal Blue. HEX triplet: 57, 70 and D6. RGB value is (87,112,214). Sum of RGB (Red+Green+Blue) = 87+112+214=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #5770D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770D6 is #A88F29. Grayscale: #737373. Windows color (decimal): -11046698 or 14053463. OLE color: 14053463.

HSL color Cylindrical-coordinate representation of color #5770D6: hue angle of 228.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5770D6 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87112214-
CMYK0.590.4800.16
HSL228.19º60.77%59.02%-
HSV(B)228.19º59.35%83.92%-
XYZ21.8618.4766.03-
YUV116.15183.22107.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.07%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 214 (83.98% from 255) = 51.82%
R=21.07%
G=27.12%
B=51.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871122140.590.4800.16228.1960.7759.02
Hex5770D63B30010e43d3b
Octal12716032673600203447573
Binary101011111100001101011011101111000001000011100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5770D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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