#5B74FA

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

Shades of Royal Blue #5B74FA

Tints of Royal Blue #5B74FA

Color information

#5B74FA (or 0x5B74FA) is unknown color: approx Royal Blue. HEX triplet: 5B, 74 and FA. RGB value is (91,116,250). Sum of RGB (Red+Green+Blue) = 91+116+250=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B74FA is #A48B05. Grayscale: #7B7B7B. Windows color (decimal): -10783494 or 16413787. OLE color: 16413787.

HSL color Cylindrical-coordinate representation of color #5B74FA: hue angle of 230.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B74FA is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91116250-
CMYK0.640.5400.02
HSL230.57º94.08%66.86%-
HSV(B)230.57º63.6%98.04%-
XYZ27.8221.6293.15-
YUV123.8199.22104.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.91%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=19.91%
G=25.38%
B=54.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911162500.640.5400.02230.5794.0866.86
Hex5B74FA403602e75e43
Octal1331643721006602347136103
Binary101101111101001111101010000001101100101110011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,116,250); }

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

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

 a { background-color: rgb(91,116,250); }

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

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

 span { border-color: rgb(91,116,250); }

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