#5B519B

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

Shades of Governor Bay #5B519B

Tints of Governor Bay #5B519B

Color information

#5B519B (or 0x5B519B) is unknown color: approx Governor Bay. HEX triplet: 5B, 51 and 9B. RGB value is (91,81,155). Sum of RGB (Red+Green+Blue) = 91+81+155=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B519B is #A4AE64. Grayscale: #5C5C5C. Windows color (decimal): -10792549 or 10178907. OLE color: 10178907.

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

Color convert

RGB9181155-
CMYK0.410.4800.39
HSL248.11º31.36%46.27%-
HSV(B)248.11º47.74%60.78%-
XYZ13.1710.4832.34-
YUV92.43163.31126.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=27.83%
G=24.77%
B=47.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91811550.410.4800.39248.1131.3646.27
Hex5B519B2930027f81f2e
Octal13312123351600473703756
Binary101101110100011001101110100111000001001111111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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