#50528E

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

Shades of Governor Bay #50528E

Tints of Governor Bay #50528E

Color information

#50528E (or 0x50528E) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 8E. RGB value is (80,82,142). Sum of RGB (Red+Green+Blue) = 80+82+142=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #50528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50528E is #AFAD71. Grayscale: #585858. Windows color (decimal): -11513202 or 9327184. OLE color: 9327184.

HSL color Cylindrical-coordinate representation of color #50528E: hue angle of 238.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50528E is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8082142-
CMYK0.440.4200.44
HSL238.06º27.93%43.53%-
HSV(B)238.06º43.66%55.69%-
XYZ11.219.6926.87-
YUV88.24158.34122.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=26.32%
G=26.97%
B=46.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80821420.440.4200.44238.0627.9343.53
Hex50528E2C2A02Cee1c2c
Octal12012221654520543563454
Binary101000010100101000111010110010101001011001110111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50528E; }

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

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

<style>
 a { background-color: #50528E; }

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

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

<style>
 span { border-color: #50528E; }

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

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