#5B559B

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

Shades of Governor Bay #5B559B

Tints of Governor Bay #5B559B

Color information

#5B559B (or 0x5B559B) is unknown color: approx Governor Bay. HEX triplet: 5B, 55 and 9B. RGB value is (91,85,155). Sum of RGB (Red+Green+Blue) = 91+85+155=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B559B is #A4AA64. Grayscale: #5E5E5E. Windows color (decimal): -10791525 or 10179931. OLE color: 10179931.

HSL color Cylindrical-coordinate representation of color #5B559B: hue angle of 245.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B559B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9185155-
CMYK0.410.4500.39
HSL245.14º29.17%47.06%-
HSV(B)245.14º45.16%60.78%-
XYZ13.4811.0932.44-
YUV94.77161.99125.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=27.49%
G=25.68%
B=46.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91851550.410.4500.39245.1429.1747.06
Hex5B559B292D027f51d2f
Octal13312523351550473653557
Binary101101110101011001101110100110110101001111111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,155); }

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

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

 a { background-color: rgb(91,85,155); }

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

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

 span { border-color: rgb(91,85,155); }

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