#5B72F8

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

Shades of Royal Blue #5B72F8

Tints of Royal Blue #5B72F8

Color information

#5B72F8 (or 0x5B72F8) is unknown color: approx Royal Blue. HEX triplet: 5B, 72 and F8. RGB value is (91,114,248). Sum of RGB (Red+Green+Blue) = 91+114+248=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B72F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B72F8 is #A48D07. Grayscale: #797979. Windows color (decimal): -10784008 or 16282203. OLE color: 16282203.

HSL color Cylindrical-coordinate representation of color #5B72F8: hue angle of 231.21º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B72F8 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91114248-
CMYK0.630.5400.03
HSL231.21º91.81%66.47%-
HSV(B)231.21º63.31%97.25%-
XYZ27.2721.0491.43-
YUV122.4198.88105.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.09%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 248 (97.27% from 255) = 54.75%
R=20.09%
G=25.17%
B=54.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911142480.630.5400.03231.2191.8166.47
Hex5B72F83F3603e75c42
Octal133162370776603347134102
Binary10110111110010111110001111111101100111110011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B72F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B72F8; }

 p { color: rgb(91,114,248); }

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

<style>
 a { background-color: #5B72F8; }

 a { background-color: rgb(91,114,248); }

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

<style>
 span { border-color: #5B72F8; }

 span { border-color: rgb(91,114,248); }

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