#52539A

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

Shades of Governor Bay #52539A

Tints of Governor Bay #52539A

Color information

#52539A (or 0x52539A) is unknown color: approx Governor Bay. HEX triplet: 52, 53 and 9A. RGB value is (82,83,154). Sum of RGB (Red+Green+Blue) = 82+83+154=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #52539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52539A is #ADAC65. Grayscale: #5A5A5A. Windows color (decimal): -11381862 or 10113874. OLE color: 10113874.

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

Color convert

RGB8283154-
CMYK0.470.4600.40
HSL239.17º30.51%46.27%-
HSV(B)239.17º46.75%60.39%-
XYZ12.4110.3131.91-
YUV90.8163.67121.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=25.71%
G=26.02%
B=48.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82831540.470.4600.40239.1730.5146.27
Hex52539A2F2E028ef1f2e
Octal12212323257560503573756
Binary101001010100111001101010111110111001010001110111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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