#5B59BD

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

Shades of Rich Blue #5B59BD

Tints of Rich Blue #5B59BD

Color information

#5B59BD (or 0x5B59BD) is unknown color: approx Rich Blue. HEX triplet: 5B, 59 and BD. RGB value is (91,89,189). Sum of RGB (Red+Green+Blue) = 91+89+189=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B59BD is #A4A642. Grayscale: #646464. Windows color (decimal): -10790467 or 12409179. OLE color: 12409179.

HSL color Cylindrical-coordinate representation of color #5B59BD: hue angle of 241.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B59BD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9189189-
CMYK0.520.5300.26
HSL241.2º43.1%54.51%-
HSV(B)241.2º52.91%74.12%-
XYZ17.0713.0449.76-
YUV101177.66120.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=24.66%
G=24.12%
B=51.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91891890.520.5300.26241.243.154.51
Hex5B59BD343501Af12b37
Octal13313127564650323615367
Binary101101110110011011110111010011010101101011110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,89,189); }

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

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

 a { background-color: rgb(91,89,189); }

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

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

 span { border-color: rgb(91,89,189); }

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