#576BDA

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

Shades of Royal Blue #576BDA

Tints of Royal Blue #576BDA

Color information

#576BDA (or 0x576BDA) is unknown color: approx Royal Blue. HEX triplet: 57, 6B and DA. RGB value is (87,107,218). Sum of RGB (Red+Green+Blue) = 87+107+218=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #576BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576BDA is #A89425. Grayscale: #717171. Windows color (decimal): -11047974 or 14314327. OLE color: 14314327.

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

Color convert

RGB87107218-
CMYK0.600.5100.15
HSL230.84º63.9%59.8%-
HSV(B)230.84º60.09%85.49%-
XYZ21.8417.668.58-
YUV113.67186.87108.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 218 (85.55% from 255) = 52.91%
R=21.12%
G=25.97%
B=52.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871072180.600.5100.15230.8463.959.8
Hex576BDA3C330Fe7403c
Octal127153332746301734710074
Binary101011111010111101101011110011001101111111001111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576BDA; }

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

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

<style>
 a { background-color: #576BDA; }

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

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

<style>
 span { border-color: #576BDA; }

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

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