#5772EF

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

Shades of Royal Blue #5772EF

Tints of Royal Blue #5772EF

Color information

#5772EF (or 0x5772EF) is unknown color: approx Royal Blue. HEX triplet: 57, 72 and EF. RGB value is (87,114,239). Sum of RGB (Red+Green+Blue) = 87+114+239=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5772EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772EF is #A88D10. Grayscale: #777777. Windows color (decimal): -11046161 or 15692375. OLE color: 15692375.

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

Color convert

RGB87114239-
CMYK0.640.5200.06
HSL229.34º82.61%63.92%-
HSV(B)229.34º63.6%93.73%-
XYZ25.5320.2984.23-
YUV120.18195.05104.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.77%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=19.77%
G=25.91%
B=54.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal871142390.640.5200.06229.3482.6163.92
Hex5772EF403406e55340
Octal1271623571006406345123100
Binary1010111111001011101111100000011010001101110010110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,114,239); }

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

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

 a { background-color: rgb(87,114,239); }

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

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

 span { border-color: rgb(87,114,239); }

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