#577EDE

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

Shades of Royal Blue #577EDE

Tints of Royal Blue #577EDE

Color information

#577EDE (or 0x577EDE) is unknown color: approx Royal Blue. HEX triplet: 57, 7E and DE. RGB value is (87,126,222). Sum of RGB (Red+Green+Blue) = 87+126+222=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #577EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EDE is #A88121. Grayscale: #7C7C7C. Windows color (decimal): -11043106 or 14581335. OLE color: 14581335.

HSL color Cylindrical-coordinate representation of color #577EDE: hue angle of 222.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577EDE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87126222-
CMYK0.610.4300.13
HSL222.67º67.16%60.59%-
HSV(B)222.67º60.81%87.06%-
XYZ24.5822.2272.1-
YUV125.28182.58100.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 222 (87.11% from 255) = 51.03%
R=20%
G=28.97%
B=51.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871262220.610.4300.13222.6767.1660.59
Hex577EDE3D2B0Ddf433d
Octal127176336755301533710375
Binary101011111111101101111011110110101101101110111111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577EDE; }

 p { color: rgb(87,126,222); }

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

<style>
 a { background-color: #577EDE; }

 a { background-color: rgb(87,126,222); }

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

<style>
 span { border-color: #577EDE; }

 span { border-color: rgb(87,126,222); }

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