#5b75ef

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

Shades of Royal Blue #5B75EF

Tints of Royal Blue #5B75EF

Color information

#5B75EF (or 0x5B75EF) is unknown color: approx Royal Blue. HEX triplet: 5B, 75 and EF. RGB value is (91,117,239). Sum of RGB (Red+Green+Blue) = 91+117+239=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B75EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B75EF is #A48A10. Grayscale: #7A7A7A. Windows color (decimal): -10783249 or 15693147. OLE color: 15693147.

HSL color Cylindrical-coordinate representation of color #5B75EF: hue angle of 229.46º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B75EF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91117239-
CMYK0.620.5100.06
HSL229.46º82.22%64.71%-
HSV(B)229.46º61.92%93.73%-
XYZ26.2621.1884.37-
YUV123.13193.39105.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.36%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 239 (93.75% from 255) = 53.47%
R=20.36%
G=26.17%
B=53.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911172390.620.5100.06229.4682.2264.71
Hex5B75EF3E3306e55241
Octal133165357766306345122101
Binary101101111101011110111111111011001101101110010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b75ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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