#5977EB

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

Shades of Royal Blue #5977EB

Tints of Royal Blue #5977EB

Color information

#5977EB (or 0x5977EB) is unknown color: approx Royal Blue. HEX triplet: 59, 77 and EB. RGB value is (89,119,235). Sum of RGB (Red+Green+Blue) = 89+119+235=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #5977EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5977EB is #A68814. Grayscale: #7A7A7A. Windows color (decimal): -10913813 or 15431513. OLE color: 15431513.

HSL color Cylindrical-coordinate representation of color #5977EB: hue angle of 227.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5977EB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89119235-
CMYK0.620.4900.08
HSL227.67º78.49%63.53%-
HSV(B)227.67º62.13%92.16%-
XYZ25.7121.3281.36-
YUV123.25191.06103.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.09%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=20.09%
G=26.86%
B=53.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891192350.620.4900.08227.6778.4963.53
Hex5977EB3E3108e44e40
Octal1311673537661010344116100
Binary1011001111011111101011111110110001010001110010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5977EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5977EB; }

 p { color: rgb(89,119,235); }

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

<style>
 a { background-color: #5977EB; }

 a { background-color: rgb(89,119,235); }

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

<style>
 span { border-color: #5977EB; }

 span { border-color: rgb(89,119,235); }

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