#5b6eef

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

Shades of Royal Blue #5B6EEF

Tints of Royal Blue #5B6EEF

Color information

#5B6EEF (or 0x5B6EEF) is unknown color: approx Royal Blue. HEX triplet: 5B, 6E and EF. RGB value is (91,110,239). Sum of RGB (Red+Green+Blue) = 91+110+239=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6EEF is #A49110. Grayscale: #767676. Windows color (decimal): -10785041 or 15691355. OLE color: 15691355.

HSL color Cylindrical-coordinate representation of color #5B6EEF: hue angle of 232.3º 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 #5B6EEF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91110239-
CMYK0.620.5400.06
HSL232.3º82.22%64.71%-
HSV(B)232.3º61.92%93.73%-
XYZ25.4719.6184.1-
YUV119.02195.71108.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=20.68%
G=25%
B=54.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911102390.620.5400.06232.382.2264.71
Hex5B6EEF3E3606e85241
Octal133156357766606350122101
Binary101101111011101110111111111011011001101110100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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