#504E92

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

Shades of Governor Bay #504E92

Tints of Governor Bay #504E92

Color information

#504E92 (or 0x504E92) is unknown color: approx Governor Bay. HEX triplet: 50, 4E and 92. RGB value is (80,78,146). Sum of RGB (Red+Green+Blue) = 80+78+146=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #504E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E92 is #AFB16D. Grayscale: #565656. Windows color (decimal): -11514222 or 9588304. OLE color: 9588304.

HSL color Cylindrical-coordinate representation of color #504E92: hue angle of 241.76º degrees, saturation: 0.3, 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 #504E92 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8078146-
CMYK0.450.4700.43
HSL241.76º30.36%43.92%-
HSV(B)241.76º46.58%57.25%-
XYZ11.229.2328.38-
YUV86.35161.66123.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=26.32%
G=25.66%
B=48.03%

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
Decimal80781460.450.4700.43241.7630.3643.92
Hex504E922D2F02Bf21e2c
Octal12011622255570533623654
Binary101000010011101001001010110110111101010111111001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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