#52529F

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

Shades of Governor Bay #52529F

Tints of Governor Bay #52529F

Color information

#52529F (or 0x52529F) is unknown color: approx Governor Bay. HEX triplet: 52, 52 and 9F. RGB value is (82,82,159). Sum of RGB (Red+Green+Blue) = 82+82+159=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 82 (32.42% from 255 or 25.39% 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 #52529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52529F is #ADAD60. Grayscale: #5A5A5A. Windows color (decimal): -11382113 or 10441298. OLE color: 10441298.

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

Color convert

RGB8282159-
CMYK0.480.4800.38
HSL240º31.95%47.25%-
HSV(B)240º48.43%62.35%-
XYZ12.7510.3334.12-
YUV90.78166.5121.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=25.39%
G=25.39%
B=49.23%

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
Decimal82821590.480.4800.3824031.9547.25
Hex52529F3030026f0202f
Octal12212223760600463604057
Binary1010010101001010011111110000110000010011011110000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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