#504D92

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

Shades of Governor Bay #504D92

Tints of Governor Bay #504D92

Color information

#504D92 (or 0x504D92) is unknown color: approx Governor Bay. HEX triplet: 50, 4D and 92. RGB value is (80,77,146). Sum of RGB (Red+Green+Blue) = 80+77+146=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #504D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D92 is #AFB26D. Grayscale: #555555. Windows color (decimal): -11514478 or 9588048. OLE color: 9588048.

HSL color Cylindrical-coordinate representation of color #504D92: hue angle of 242.61º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504D92 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8077146-
CMYK0.450.4700.43
HSL242.61º30.94%43.73%-
HSV(B)242.61º47.26%57.25%-
XYZ11.159.0928.36-
YUV85.76161.99123.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=26.40%
G=25.41%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80771460.450.4700.43242.6130.9443.73
Hex504D922D2F02Bf31f2c
Octal12011522255570533633754
Binary101000010011011001001010110110111101010111111001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,146); }

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

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

 a { background-color: rgb(80,77,146); }

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

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

 span { border-color: rgb(80,77,146); }

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