#5B6DEE

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

Shades of Royal Blue #5B6DEE

Tints of Royal Blue #5B6DEE

Color information

#5B6DEE (or 0x5B6DEE) is unknown color: approx Royal Blue. HEX triplet: 5B, 6D and EE. RGB value is (91,109,238). Sum of RGB (Red+Green+Blue) = 91+109+238=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B6DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6DEE is #A49211. Grayscale: #757575. Windows color (decimal): -10785298 or 15625563. OLE color: 15625563.

HSL color Cylindrical-coordinate representation of color #5B6DEE: hue angle of 232.65º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B6DEE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91109238-
CMYK0.620.5400.07
HSL232.65º81.22%64.51%-
HSV(B)232.65º61.76%93.33%-
XYZ25.2219.3383.29-
YUV118.32195.54108.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 238 (93.36% from 255) = 54.34%
R=20.78%
G=24.89%
B=54.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911092380.620.5400.07232.6581.2264.51
Hex5B6DEE3E3607e95141
Octal133155356766607351121101
Binary101101111011011110111011111011011001111110100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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