#5977EF

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

Shades of Royal Blue #5977EF

Tints of Royal Blue #5977EF

Color information

#5977EF (or 0x5977EF) is unknown color: approx Royal Blue. HEX triplet: 59, 77 and EF. RGB value is (89,119,239). Sum of RGB (Red+Green+Blue) = 89+119+239=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #5977EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5977EF is #A68810. Grayscale: #7B7B7B. Windows color (decimal): -10913809 or 15693657. OLE color: 15693657.

HSL color Cylindrical-coordinate representation of color #5977EF: hue angle of 228º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5977EF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89119239-
CMYK0.630.5000.06
HSL228º82.42%64.31%-
HSV(B)228º62.76%93.73%-
XYZ26.321.5584.43-
YUV123.71193.06103.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 239 (93.75% from 255) = 53.47%
R=19.91%
G=26.62%
B=53.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891192390.630.5000.0622882.4264.31
Hex5977EF3F3206e45240
Octal131167357776206344122100
Binary101100111101111110111111111111001001101110010010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5977EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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