#53519B

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

Shades of Governor Bay #53519B

Tints of Governor Bay #53519B

Color information

#53519B (or 0x53519B) is unknown color: approx Governor Bay. HEX triplet: 53, 51 and 9B. RGB value is (83,81,155). Sum of RGB (Red+Green+Blue) = 83+81+155=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #53519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53519B is #ACAE64. Grayscale: #595959. Windows color (decimal): -11316837 or 10178899. OLE color: 10178899.

HSL color Cylindrical-coordinate representation of color #53519B: hue angle of 241.62º 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 #53519B is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8381155-
CMYK0.460.4800.39
HSL241.62º31.36%46.27%-
HSV(B)241.62º47.74%60.78%-
XYZ12.4310.0932.3-
YUV90.03164.66122.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=26.02%
G=25.39%
B=48.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83811550.460.4800.39241.6231.3646.27
Hex53519B2E30027f21f2e
Octal12312123356600473623756
Binary101001110100011001101110111011000001001111111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53519B; }

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

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

<style>
 a { background-color: #53519B; }

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

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

<style>
 span { border-color: #53519B; }

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

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