#5B76DF

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

Shades of Royal Blue #5B76DF

Tints of Royal Blue #5B76DF

Color information

#5B76DF (or 0x5B76DF) is unknown color: approx Royal Blue. HEX triplet: 5B, 76 and DF. RGB value is (91,118,223). Sum of RGB (Red+Green+Blue) = 91+118+223=432 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.06% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B76DF is #A48920. Grayscale: #797979. Windows color (decimal): -10783009 or 14644827. OLE color: 14644827.

HSL color Cylindrical-coordinate representation of color #5B76DF: hue angle of 227.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B76DF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91118223-
CMYK0.590.4700.13
HSL227.73º67.35%61.57%-
HSV(B)227.73º59.19%87.45%-
XYZ24.1120.5172.5-
YUV121.9185.05105.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.06%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=21.06%
G=27.31%
B=51.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal911182230.590.4700.13227.7367.3561.57
Hex5B76DF3B2F0De4433e
Octal133166337735701534410376
Binary101101111101101101111111101110111101101111001001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B76DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,223); }

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

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

 a { background-color: rgb(91,118,223); }

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

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

 span { border-color: rgb(91,118,223); }

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