#52519F

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

Shades of Governor Bay #52519F

Tints of Governor Bay #52519F

Color information

#52519F (or 0x52519F) is unknown color: approx Governor Bay. HEX triplet: 52, 51 and 9F. RGB value is (82,81,159). Sum of RGB (Red+Green+Blue) = 82+81+159=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #52519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52519F is #ADAE60. Grayscale: #595959. Windows color (decimal): -11382369 or 10441042. OLE color: 10441042.

HSL color Cylindrical-coordinate representation of color #52519F: hue angle of 240.77º 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 #52519F is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8281159-
CMYK0.480.4900.38
HSL240.77º32.5%47.06%-
HSV(B)240.77º49.06%62.35%-
XYZ12.6810.1834.1-
YUV90.19166.83122.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=25.47%
G=25.16%
B=49.38%

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
Decimal82811590.480.4900.38240.7732.547.06
Hex52519F3031026f1202f
Octal12212123760610463614057
Binary1010010101000110011111110000110001010011011110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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