#5B6DEF

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

Shades of Royal Blue #5B6DEF

Tints of Royal Blue #5B6DEF

Color information

#5B6DEF (or 0x5B6DEF) is unknown color: approx Royal Blue. HEX triplet: 5B, 6D and EF. RGB value is (91,109,239). Sum of RGB (Red+Green+Blue) = 91+109+239=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B6DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6DEF is #A49210. Grayscale: #757575. Windows color (decimal): -10785297 or 15691099. OLE color: 15691099.

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

Color convert

RGB91109239-
CMYK0.620.5400.06
HSL232.7º82.22%64.71%-
HSV(B)232.7º61.92%93.73%-
XYZ25.3619.3984.07-
YUV118.44196.04108.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.73%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 239 (93.75% from 255) = 54.44%
R=20.73%
G=24.83%
B=54.44%

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
Decimal911092390.620.5400.06232.782.2264.71
Hex5B6DEF3E3606e95241
Octal133155357766606351122101
Binary101101111011011110111111111011011001101110100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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