#5B519A

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

Shades of Governor Bay #5B519A

Tints of Governor Bay #5B519A

Color information

#5B519A (or 0x5B519A) is unknown color: approx Governor Bay. HEX triplet: 5B, 51 and 9A. RGB value is (91,81,154). Sum of RGB (Red+Green+Blue) = 91+81+154=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B519A is #A4AE65. Grayscale: #5C5C5C. Windows color (decimal): -10792550 or 10113371. OLE color: 10113371.

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

Color convert

RGB9181154-
CMYK0.410.4700.40
HSL248.22º31.06%46.08%-
HSV(B)248.22º47.4%60.39%-
XYZ13.0910.4431.9-
YUV92.31162.81127.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=27.91%
G=24.85%
B=47.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91811540.410.4700.40248.2231.0646.08
Hex5B519A292F028f81f2e
Octal13312123251570503703756
Binary101101110100011001101010100110111101010001111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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