#5376FC

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

Shades of Royal Blue #5376FC

Tints of Royal Blue #5376FC

Color information

#5376FC (or 0x5376FC) is unknown color: approx Royal Blue. HEX triplet: 53, 76 and FC. RGB value is (83,118,252). Sum of RGB (Red+Green+Blue) = 83+118+252=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #5376FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376FC is #AC8903. Grayscale: #7A7A7A. Windows color (decimal): -11307268 or 16545363. OLE color: 16545363.

HSL color Cylindrical-coordinate representation of color #5376FC: hue angle of 227.57º 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 #5376FC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83118252-
CMYK0.670.5300.01
HSL227.57º96.57%65.69%-
HSV(B)227.57º67.06%98.82%-
XYZ27.6221.8294.85-
YUV122.81200.999.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 252 (98.83% from 255) = 55.63%
R=18.32%
G=26.05%
B=55.63%

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
Decimal831182520.670.5300.01227.5796.5765.69
Hex5376FC433501e46142
Octal1231663741036501344141102
Binary10100111110110111111001000011110101011110010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5376FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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