#50529C

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

Shades of Governor Bay #50529C

Tints of Governor Bay #50529C

Color information

#50529C (or 0x50529C) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 9C. RGB value is (80,82,156). Sum of RGB (Red+Green+Blue) = 80+82+156=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #50529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50529C is #AFAD63. Grayscale: #595959. Windows color (decimal): -11513188 or 10244688. OLE color: 10244688.

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

Color convert

RGB8082156-
CMYK0.490.4700.39
HSL238.42º32.2%46.27%-
HSV(B)238.42º48.72%61.18%-
XYZ12.3310.1432.76-
YUV89.84165.34120.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=25.16%
G=25.79%
B=49.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80821560.490.4700.39238.4232.246.27
Hex50529C312F027ee202e
Octal12012223461570473564056
Binary1010000101001010011100110001101111010011111101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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