#5777FB

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

Shades of Royal Blue #5777FB

Tints of Royal Blue #5777FB

Color information

#5777FB (or 0x5777FB) is unknown color: approx Royal Blue. HEX triplet: 57, 77 and FB. RGB value is (87,119,251). Sum of RGB (Red+Green+Blue) = 87+119+251=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #5777FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5777FB is #A88804. Grayscale: #7B7B7B. Windows color (decimal): -11044869 or 16480087. OLE color: 16480087.

HSL color Cylindrical-coordinate representation of color #5777FB: hue angle of 228.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5777FB is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87119251-
CMYK0.650.5300.02
HSL228.29º95.35%66.27%-
HSV(B)228.29º65.34%98.43%-
XYZ27.9422.1894.08-
YUV124.48199.4101.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.04%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 251 (98.44% from 255) = 54.92%
R=19.04%
G=26.04%
B=54.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871192510.650.5300.02228.2995.3566.27
Hex5777FB413502e45f42
Octal1271673731016502344137102
Binary101011111101111111101110000011101010101110010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5777FB; }

 p { color: rgb(87,119,251); }

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

<style>
 a { background-color: #5777FB; }

 a { background-color: rgb(87,119,251); }

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

<style>
 span { border-color: #5777FB; }

 span { border-color: rgb(87,119,251); }

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