#52508D

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

Shades of Governor Bay #52508D

Tints of Governor Bay #52508D

Color information

#52508D (or 0x52508D) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 8D. RGB value is (82,80,141). Sum of RGB (Red+Green+Blue) = 82+80+141=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #52508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52508D is #ADAF72. Grayscale: #575757. Windows color (decimal): -11382643 or 9261138. OLE color: 9261138.

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

Color convert

RGB8280141-
CMYK0.420.4300.45
HSL241.97º27.6%43.33%-
HSV(B)241.97º43.26%55.29%-
XYZ11.169.4526.44-
YUV87.55158.16124.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=27.06%
G=26.40%
B=46.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82801410.420.4300.45241.9727.643.33
Hex52508D2A2B02Df21c2b
Octal12212021552530553623453
Binary101001010100001000110110101010101101011011111001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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