#5372F6

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

Shades of Royal Blue #5372F6

Tints of Royal Blue #5372F6

Color information

#5372F6 (or 0x5372F6) is unknown color: approx Royal Blue. HEX triplet: 53, 72 and F6. RGB value is (83,114,246). Sum of RGB (Red+Green+Blue) = 83+114+246=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #5372F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5372F6 is #AC8D09. Grayscale: #777777. Windows color (decimal): -11308298 or 16151123. OLE color: 16151123.

HSL color Cylindrical-coordinate representation of color #5372F6: hue angle of 228.59º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5372F6 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83114246-
CMYK0.660.5400.04
HSL228.59º90.06%64.51%-
HSV(B)228.59º66.26%96.47%-
XYZ26.2220.5389.77-
YUV119.78199.23101.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 246 (96.48% from 255) = 55.53%
R=18.74%
G=25.73%
B=55.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831142460.660.5400.04228.5990.0664.51
Hex5372F6423604e55a41
Octal1231623661026604345132101
Binary1010011111001011110110100001011011001001110010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5372F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5372F6; }

 p { color: rgb(83,114,246); }

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

<style>
 a { background-color: #5372F6; }

 a { background-color: rgb(83,114,246); }

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

<style>
 span { border-color: #5372F6; }

 span { border-color: rgb(83,114,246); }

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