#505297

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

Shades of Governor Bay #505297

Tints of Governor Bay #505297

Color information

#505297 (or 0x505297) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 97. RGB value is (80,82,151). Sum of RGB (Red+Green+Blue) = 80+82+151=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #505297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505297 is #AFAD68. Grayscale: #585858. Windows color (decimal): -11513193 or 9917008. OLE color: 9917008.

HSL color Cylindrical-coordinate representation of color #505297: hue angle of 238.31º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505297 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8082151-
CMYK0.470.4600.41
HSL238.31º30.74%45.29%-
HSV(B)238.31º47.02%59.22%-
XYZ11.919.9730.58-
YUV89.27162.84121.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=25.56%
G=26.20%
B=48.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80821510.470.4600.41238.3130.7445.29
Hex5052972F2E029ee1f2d
Octal12012222757560513563755
Binary101000010100101001011110111110111001010011110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505297; }

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

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

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

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

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

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

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

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