#53519A

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

Shades of Governor Bay #53519A

Tints of Governor Bay #53519A

Color information

#53519A (or 0x53519A) is unknown color: approx Governor Bay. HEX triplet: 53, 51 and 9A. RGB value is (83,81,154). Sum of RGB (Red+Green+Blue) = 83+81+154=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #53519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53519A is #ACAE65. Grayscale: #595959. Windows color (decimal): -11316838 or 10113363. OLE color: 10113363.

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

Color convert

RGB8381154-
CMYK0.460.4700.40
HSL241.64º31.06%46.08%-
HSV(B)241.64º47.4%60.39%-
XYZ12.3410.0631.86-
YUV89.92164.16123.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=26.10%
G=25.47%
B=48.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83811540.460.4700.40241.6431.0646.08
Hex53519A2E2F028f21f2e
Octal12312123256570503623756
Binary101001110100011001101010111010111101010001111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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