#5D519A

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

Shades of Governor Bay #5D519A

Tints of Governor Bay #5D519A

Color information

#5D519A (or 0x5D519A) is unknown color: approx Governor Bay. HEX triplet: 5D, 51 and 9A. RGB value is (93,81,154). Sum of RGB (Red+Green+Blue) = 93+81+154=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D519A is #A2AE65. Grayscale: #5C5C5C. Windows color (decimal): -10661478 or 10113373. OLE color: 10113373.

HSL color Cylindrical-coordinate representation of color #5D519A: hue angle of 249.86º 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 #5D519A is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9381154-
CMYK0.400.4700.40
HSL249.86º31.06%46.08%-
HSV(B)249.86º47.4%60.39%-
XYZ13.2910.5531.91-
YUV92.91162.48128.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=28.35%
G=24.70%
B=46.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93811540.400.4700.40249.8631.0646.08
Hex5D519A282F028fa1f2e
Octal13512123250570503723756
Binary101110110100011001101010100010111101010001111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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