#5B74FC

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

Shades of Royal Blue #5B74FC

Tints of Royal Blue #5B74FC

Color information

#5B74FC (or 0x5B74FC) is unknown color: approx Royal Blue. HEX triplet: 5B, 74 and FC. RGB value is (91,116,252). Sum of RGB (Red+Green+Blue) = 91+116+252=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B74FC is #A48B03. Grayscale: #7B7B7B. Windows color (decimal): -10783492 or 16544859. OLE color: 16544859.

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

Color convert

RGB91116252-
CMYK0.640.5400.01
HSL230.68º96.41%67.25%-
HSV(B)230.68º63.89%98.82%-
XYZ28.1321.7494.81-
YUV124.03200.22104.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 252 (98.83% from 255) = 54.90%
R=19.83%
G=25.27%
B=54.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911162520.640.5400.01230.6896.4167.25
Hex5B74FC403601e76043
Octal1331643741006601347140103
Binary10110111110100111111001000000110110011110011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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