#5b6bef

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

Shades of Royal Blue #5B6BEF

Tints of Royal Blue #5B6BEF

Color information

#5B6BEF (or 0x5B6BEF) is unknown color: approx Royal Blue. HEX triplet: 5B, 6B and EF. RGB value is (91,107,239). Sum of RGB (Red+Green+Blue) = 91+107+239=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BEF is #A49410. Grayscale: #747474. Windows color (decimal): -10785809 or 15690587. OLE color: 15690587.

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

Color convert

RGB91107239-
CMYK0.620.5500.06
HSL233.51º82.22%64.71%-
HSV(B)233.51º61.92%93.73%-
XYZ25.1518.9784-
YUV117.26196.7109.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=20.82%
G=24.49%
B=54.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911072390.620.5500.06233.5182.2264.71
Hex5B6BEF3E3706ea5241
Octal133153357766706352122101
Binary101101111010111110111111111011011101101110101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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