#5377FC

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

Shades of Royal Blue #5377FC

Tints of Royal Blue #5377FC

Color information

#5377FC (or 0x5377FC) is unknown color: approx Royal Blue. HEX triplet: 53, 77 and FC. RGB value is (83,119,252). Sum of RGB (Red+Green+Blue) = 83+119+252=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #5377FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377FC is #AC8803. Grayscale: #7A7A7A. Windows color (decimal): -11307012 or 16545619. OLE color: 16545619.

HSL color Cylindrical-coordinate representation of color #5377FC: hue angle of 227.22º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5377FC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83119252-
CMYK0.670.5300.01
HSL227.22º96.57%65.69%-
HSV(B)227.22º67.06%98.82%-
XYZ27.7322.0694.89-
YUV123.4200.5799.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.28%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=18.28%
G=26.21%
B=55.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831192520.670.5300.01227.2296.5765.69
Hex5377FC433501e36142
Octal1231673741036501343141102
Binary10100111110111111111001000011110101011110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5377FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5377FC; }

 p { color: rgb(83,119,252); }

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

<style>
 a { background-color: #5377FC; }

 a { background-color: rgb(83,119,252); }

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

<style>
 span { border-color: #5377FC; }

 span { border-color: rgb(83,119,252); }

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