#52518A

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

Shades of Governor Bay #52518A

Tints of Governor Bay #52518A

Color information

#52518A (or 0x52518A) is unknown color: approx Governor Bay. HEX triplet: 52, 51 and 8A. RGB value is (82,81,138). Sum of RGB (Red+Green+Blue) = 82+81+138=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #52518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52518A is #ADAE75. Grayscale: #575757. Windows color (decimal): -11382390 or 9064786. OLE color: 9064786.

HSL color Cylindrical-coordinate representation of color #52518A: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52518A is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8281138-
CMYK0.410.4100.46
HSL241.05º26.03%42.94%-
HSV(B)241.05º41.3%54.12%-
XYZ11.019.5125.3-
YUV87.8156.33123.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=27.24%
G=26.91%
B=45.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82811380.410.4100.46241.0526.0342.94
Hex52518A292902Ef11a2b
Octal12212121251510563613253
Binary101001010100011000101010100110100101011101111000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,81,138); }

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

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

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

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

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

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

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