#5B6CED

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

Shades of Royal Blue #5B6CED

Tints of Royal Blue #5B6CED

Color information

#5B6CED (or 0x5B6CED) is unknown color: approx Royal Blue. HEX triplet: 5B, 6C and ED. RGB value is (91,108,237). Sum of RGB (Red+Green+Blue) = 91+108+237=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B6CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CED is #A49312. Grayscale: #757575. Windows color (decimal): -10785555 or 15559771. OLE color: 15559771.

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

Color convert

RGB91108237-
CMYK0.620.5400.07
HSL233.01º80.22%64.31%-
HSV(B)233.01º61.6%92.94%-
XYZ24.9619.0682.48-
YUV117.62195.37109.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.87%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=20.87%
G=24.77%
B=54.36%

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
Decimal911082370.620.5400.07233.0180.2264.31
Hex5B6CED3E3607e95040
Octal133154355766607351120100
Binary101101111011001110110111111011011001111110100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,237); }

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

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

 a { background-color: rgb(91,108,237); }

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

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

 span { border-color: rgb(91,108,237); }

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