#52539F

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

Shades of Governor Bay #52539F

Tints of Governor Bay #52539F

Color information

#52539F (or 0x52539F) is unknown color: approx Governor Bay. HEX triplet: 52, 53 and 9F. RGB value is (82,83,159). Sum of RGB (Red+Green+Blue) = 82+83+159=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #52539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52539F is #ADAC60. Grayscale: #5B5B5B. Windows color (decimal): -11381857 or 10441554. OLE color: 10441554.

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

Color convert

RGB8283159-
CMYK0.480.4800.38
HSL239.22º31.95%47.25%-
HSV(B)239.22º48.43%62.35%-
XYZ12.8310.4834.15-
YUV91.36166.17121.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=25.31%
G=25.62%
B=49.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82831590.480.4800.38239.2231.9547.25
Hex52539F3030026ef202f
Octal12212323760600463574057
Binary1010010101001110011111110000110000010011011101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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