#5764EC

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

Shades of Royal Blue #5764EC

Tints of Royal Blue #5764EC

Color information

#5764EC (or 0x5764EC) is unknown color: approx Royal Blue. HEX triplet: 57, 64 and EC. RGB value is (87,100,236). Sum of RGB (Red+Green+Blue) = 87+100+236=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #5764EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5764EC is #A89B13. Grayscale: #6F6F6F. Windows color (decimal): -11049748 or 15492183. OLE color: 15492183.

HSL color Cylindrical-coordinate representation of color #5764EC: hue angle of 234.77º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5764EC is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB87100236-
CMYK0.630.5800.07
HSL234.77º79.68%63.33%-
HSV(B)234.77º63.14%92.55%-
XYZ23.6317.281.43-
YUV111.62198.19110.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.57%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 236 (92.58% from 255) = 55.79%
R=20.57%
G=23.64%
B=55.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal871002360.630.5800.07234.7779.6863.33
Hex5764EC3F3A07eb503f
Octal12714435477720735312077
Binary10101111100100111011001111111110100111111010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5764EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5764EC; }

 p { color: rgb(87,100,236); }

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

<style>
 a { background-color: #5764EC; }

 a { background-color: rgb(87,100,236); }

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

<style>
 span { border-color: #5764EC; }

 span { border-color: rgb(87,100,236); }

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