#5B589D

Color #5B589D Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5B589D

Tints of Governor Bay #5B589D

Color information

#5B589D (or 0x5B589D) is unknown color: approx Governor Bay. HEX triplet: 5B, 58 and 9D. RGB value is (91,88,157). Sum of RGB (Red+Green+Blue) = 91+88+157=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B589D is #A4A762. Grayscale: #606060. Windows color (decimal): -10790755 or 10311771. OLE color: 10311771.

HSL color Cylindrical-coordinate representation of color #5B589D: hue angle of 242.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B589D is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9188157-
CMYK0.420.4400.38
HSL242.61º28.16%48.04%-
HSV(B)242.61º43.95%61.57%-
XYZ13.8911.6433.41-
YUV96.76161.99123.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=27.08%
G=26.19%
B=46.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91881570.420.4400.38242.6128.1648.04
Hex5B589D2A2C026f31c30
Octal13313023552540463633460
Binary101101110110001001110110101010110001001101111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,88,157); }

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

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

 a { background-color: rgb(91,88,157); }

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

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

 span { border-color: rgb(91,88,157); }

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