#52509F

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

Shades of Governor Bay #52509F

Tints of Governor Bay #52509F

Color information

#52509F (or 0x52509F) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 9F. RGB value is (82,80,159). Sum of RGB (Red+Green+Blue) = 82+80+159=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #52509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52509F is #ADAF60. Grayscale: #595959. Windows color (decimal): -11382625 or 10440786. OLE color: 10440786.

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

Color convert

RGB8280159-
CMYK0.480.5000.38
HSL241.52º33.05%46.86%-
HSV(B)241.52º49.69%62.35%-
XYZ12.6110.0334.07-
YUV89.6167.16122.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=25.55%
G=24.92%
B=49.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82801590.480.5000.38241.5233.0546.86
Hex52509F3032026f2212f
Octal12212023760620463624157
Binary1010010101000010011111110000110010010011011110010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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