#504fa0

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

Shades of Governor Bay #504FA0

Tints of Governor Bay #504FA0

Color information

#504FA0 (or 0x504FA0) is unknown color: approx Governor Bay. HEX triplet: 50, 4F and A0. RGB value is (80,79,160). Sum of RGB (Red+Green+Blue) = 80+79+160=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #504FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FA0 is #AFB05F. Grayscale: #585858. Windows color (decimal): -11513952 or 10506064. OLE color: 10506064.

HSL color Cylindrical-coordinate representation of color #504FA0: hue angle of 240.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504FA0 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8079160-
CMYK0.50.5100.37
HSL240.74º33.89%46.86%-
HSV(B)240.74º50.63%62.75%-
XYZ12.459.8434.5-
YUV88.53168.33121.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 160 (62.89% from 255) = 50.16%
R=25.08%
G=24.76%
B=50.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80791600.50.5100.37240.7433.8946.86
Hex504FA03233025f1222f
Octal12011724062630453614257
Binary1010000100111110100000110010110011010010111110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504fa0; }

 p { color: rgb(80,79,160); }

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

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

 a { background-color: rgb(80,79,160); }

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

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

 span { border-color: rgb(80,79,160); }

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