#5761E4

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

Shades of Royal Blue #5761E4

Tints of Royal Blue #5761E4

Color information

#5761E4 (or 0x5761E4) is unknown color: approx Royal Blue. HEX triplet: 57, 61 and E4. RGB value is (87,97,228). Sum of RGB (Red+Green+Blue) = 87+97+228=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #5761E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761E4 is #A89E1B. Grayscale: #6C6C6C. Windows color (decimal): -11050524 or 14967127. OLE color: 14967127.

HSL color Cylindrical-coordinate representation of color #5761E4: hue angle of 235.74º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5761E4 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8797228-
CMYK0.620.5700.11
HSL235.74º72.31%61.76%-
HSV(B)235.74º61.84%89.41%-
XYZ22.2116.1875.35-
YUV108.94195.19112.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 228 (89.45% from 255) = 55.34%
R=21.12%
G=23.54%
B=55.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal87972280.620.5700.11235.7472.3161.76
Hex5761E43E390Bec483e
Octal127141344767101335411076
Binary101011111000011110010011111011100101011111011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5761E4; }

 p { color: rgb(87,97,228); }

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

<style>
 a { background-color: #5761E4; }

 a { background-color: rgb(87,97,228); }

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

<style>
 span { border-color: #5761E4; }

 span { border-color: rgb(87,97,228); }

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