#52508B

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

Shades of Governor Bay #52508B

Tints of Governor Bay #52508B

Color information

#52508B (or 0x52508B) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 8B. RGB value is (82,80,139). Sum of RGB (Red+Green+Blue) = 82+80+139=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #52508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52508B is #ADAF74. Grayscale: #575757. Windows color (decimal): -11382645 or 9130066. OLE color: 9130066.

HSL color Cylindrical-coordinate representation of color #52508B: hue angle of 242.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52508B is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8280139-
CMYK0.410.4200.45
HSL242.03º26.94%42.94%-
HSV(B)242.03º42.45%54.51%-
XYZ11.019.425.66-
YUV87.32157.16124.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=27.24%
G=26.58%
B=46.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82801390.410.4200.45242.0326.9442.94
Hex52508B292A02Df21b2b
Octal12212021351520553623353
Binary101001010100001000101110100110101001011011111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52508B; }

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

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

<style>
 a { background-color: #52508B; }

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

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

<style>
 span { border-color: #52508B; }

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

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