#504998

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

Shades of Governor Bay #504998

Tints of Governor Bay #504998

Color information

#504998 (or 0x504998) is unknown color: approx Governor Bay. HEX triplet: 50, 49 and 98. RGB value is (80,73,152). Sum of RGB (Red+Green+Blue) = 80+73+152=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #504998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504998 is #AFB667. Grayscale: #535353. Windows color (decimal): -11515496 or 9980240. OLE color: 9980240.

HSL color Cylindrical-coordinate representation of color #504998: hue angle of 245.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504998 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8073152-
CMYK0.470.5200.40
HSL245.32º35.11%44.12%-
HSV(B)245.32º51.97%59.61%-
XYZ11.368.7430.79-
YUV84.1166.32125.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=26.23%
G=23.93%
B=49.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80731520.470.5200.40245.3235.1144.12
Hex5049982F34028f5232c
Octal12011123057640503654354
Binary1010000100100110011000101111110100010100011110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504998; }

 p { color: rgb(80,73,152); }

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

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

 a { background-color: rgb(80,73,152); }

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

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

 span { border-color: rgb(80,73,152); }

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