#50529A

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

Shades of Governor Bay #50529A

Tints of Governor Bay #50529A

Color information

#50529A (or 0x50529A) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 9A. RGB value is (80,82,154). Sum of RGB (Red+Green+Blue) = 80+82+154=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #50529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50529A is #AFAD65. Grayscale: #595959. Windows color (decimal): -11513190 or 10113616. OLE color: 10113616.

HSL color Cylindrical-coordinate representation of color #50529A: hue angle of 238.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50529A is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8082154-
CMYK0.480.4700.40
HSL238.38º31.62%45.88%-
HSV(B)238.38º48.05%60.39%-
XYZ12.1610.0731.88-
YUV89.61164.34121.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=25.32%
G=25.95%
B=48.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80821540.480.4700.40238.3831.6245.88
Hex50529A302F028ee202e
Octal12012223260570503564056
Binary1010000101001010011010110000101111010100011101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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