#504F9A

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

Shades of Governor Bay #504F9A

Tints of Governor Bay #504F9A

Color information

#504F9A (or 0x504F9A) is unknown color: approx Governor Bay. HEX triplet: 50, 4F and 9A. RGB value is (80,79,154). Sum of RGB (Red+Green+Blue) = 80+79+154=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #504F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F9A is #AFB065. Grayscale: #575757. Windows color (decimal): -11513958 or 10112848. OLE color: 10112848.

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

Color convert

RGB8079154-
CMYK0.480.4900.40
HSL240.8º32.19%45.69%-
HSV(B)240.8º48.7%60.39%-
XYZ11.949.6331.8-
YUV87.85165.33122.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=25.56%
G=25.24%
B=49.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80791540.480.4900.40240.832.1945.69
Hex504F9A3031028f1202e
Octal12011723260610503614056
Binary1010000100111110011010110000110001010100011110001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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