#5B75FA

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

Shades of Royal Blue #5B75FA

Tints of Royal Blue #5B75FA

Color information

#5B75FA (or 0x5B75FA) is unknown color: approx Royal Blue. HEX triplet: 5B, 75 and FA. RGB value is (91,117,250). Sum of RGB (Red+Green+Blue) = 91+117+250=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B75FA is #A48A05. Grayscale: #7B7B7B. Windows color (decimal): -10783238 or 16414043. OLE color: 16414043.

HSL color Cylindrical-coordinate representation of color #5B75FA: hue angle of 230.19º 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 #5B75FA is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91117250-
CMYK0.640.5300.02
HSL230.19º94.08%66.86%-
HSV(B)230.19º63.6%98.04%-
XYZ27.9321.8593.19-
YUV124.39198.89104.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.87%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 250 (98.05% from 255) = 54.59%
R=19.87%
G=25.55%
B=54.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911172500.640.5300.02230.1994.0866.86
Hex5B75FA403502e65e43
Octal1331653721006502346136103
Binary101101111101011111101010000001101010101110011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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