#5B59BE

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

Shades of Rich Blue #5B59BE

Tints of Rich Blue #5B59BE

Color information

#5B59BE (or 0x5B59BE) is unknown color: approx Rich Blue. HEX triplet: 5B, 59 and BE. RGB value is (91,89,190). Sum of RGB (Red+Green+Blue) = 91+89+190=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B59BE is #A4A641. Grayscale: #646464. Windows color (decimal): -10790466 or 12474715. OLE color: 12474715.

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

Color convert

RGB9189190-
CMYK0.520.5300.25
HSL241.19º43.72%54.71%-
HSV(B)241.19º53.16%74.51%-
XYZ17.1813.0950.34-
YUV101.11178.16120.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=24.59%
G=24.05%
B=51.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91891900.520.5300.25241.1943.7254.71
Hex5B59BE3435019f12c37
Octal13313127664650313615467
Binary101101110110011011111011010011010101100111110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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