#52579A

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

Shades of Governor Bay #52579A

Tints of Governor Bay #52579A

Color information

#52579A (or 0x52579A) is unknown color: approx Governor Bay. HEX triplet: 52, 57 and 9A. RGB value is (82,87,154). Sum of RGB (Red+Green+Blue) = 82+87+154=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #52579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52579A is #ADA865. Grayscale: #5C5C5C. Windows color (decimal): -11380838 or 10114898. OLE color: 10114898.

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

Color convert

RGB8287154-
CMYK0.470.4400.40
HSL235.83º30.51%46.27%-
HSV(B)235.83º46.75%60.39%-
XYZ12.7210.9432.01-
YUV93.14162.34120.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=25.39%
G=26.93%
B=47.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82871540.470.4400.40235.8330.5146.27
Hex52579A2F2C028ec1f2e
Octal12212723257540503543756
Binary101001010101111001101010111110110001010001110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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