#5976EF

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

Shades of Royal Blue #5976EF

Tints of Royal Blue #5976EF

Color information

#5976EF (or 0x5976EF) is unknown color: approx Royal Blue. HEX triplet: 59, 76 and EF. RGB value is (89,118,239). Sum of RGB (Red+Green+Blue) = 89+118+239=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #5976EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976EF is #A68910. Grayscale: #7A7A7A. Windows color (decimal): -10914065 or 15693401. OLE color: 15693401.

HSL color Cylindrical-coordinate representation of color #5976EF: hue angle of 228.4º 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 #5976EF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89118239-
CMYK0.630.5100.06
HSL228.4º82.42%64.31%-
HSV(B)228.4º62.76%93.73%-
XYZ26.1821.3184.4-
YUV123.12193.39103.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 239 (93.75% from 255) = 53.59%
R=19.96%
G=26.46%
B=53.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891182390.630.5100.06228.482.4264.31
Hex5976EF3F3306e45240
Octal131166357776306344122100
Binary101100111101101110111111111111001101101110010010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5976EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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