#53519F

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

Shades of Governor Bay #53519F

Tints of Governor Bay #53519F

Color information

#53519F (or 0x53519F) is unknown color: approx Governor Bay. HEX triplet: 53, 51 and 9F. RGB value is (83,81,159). Sum of RGB (Red+Green+Blue) = 83+81+159=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #53519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53519F is #ACAE60. Grayscale: #5A5A5A. Windows color (decimal): -11316833 or 10441043. OLE color: 10441043.

HSL color Cylindrical-coordinate representation of color #53519F: hue angle of 241.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53519F is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8381159-
CMYK0.480.4900.38
HSL241.54º32.5%47.06%-
HSV(B)241.54º49.06%62.35%-
XYZ12.7710.2334.1-
YUV90.49166.66122.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=25.70%
G=25.08%
B=49.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83811590.480.4900.38241.5432.547.06
Hex53519F3031026f2202f
Octal12312123760610463624057
Binary1010011101000110011111110000110001010011011110010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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