#5B6BD3

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

Shades of Royal Blue #5B6BD3

Tints of Royal Blue #5B6BD3

Color information

#5B6BD3 (or 0x5B6BD3) is unknown color: approx Royal Blue. HEX triplet: 5B, 6B and D3. RGB value is (91,107,211). Sum of RGB (Red+Green+Blue) = 91+107+211=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #5B6BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BD3 is #A4942C. Grayscale: #717171. Windows color (decimal): -10785837 or 13855579. OLE color: 13855579.

HSL color Cylindrical-coordinate representation of color #5B6BD3: hue angle of 232º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B6BD3 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB91107211-
CMYK0.570.4900.17
HSL232º57.69%59.22%-
HSV(B)232º56.87%82.75%-
XYZ21.3317.4463.87-
YUV114.07182.7111.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.25%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=22.25%
G=26.16%
B=51.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal911072110.570.4900.1723257.6959.22
Hex5B6BD33931011e83a3b
Octal13315332371610213507273
Binary101101111010111101001111100111000101000111101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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