#504B98

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

Shades of Governor Bay #504B98

Tints of Governor Bay #504B98

Color information

#504B98 (or 0x504B98) is unknown color: approx Governor Bay. HEX triplet: 50, 4B and 98. RGB value is (80,75,152). Sum of RGB (Red+Green+Blue) = 80+75+152=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #504B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B98 is #AFB467. Grayscale: #545454. Windows color (decimal): -11514984 or 9980752. OLE color: 9980752.

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

Color convert

RGB8075152-
CMYK0.470.5100.40
HSL243.9º33.92%44.51%-
HSV(B)243.9º50.66%59.61%-
XYZ11.49930.84-
YUV85.27165.66124.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=26.06%
G=24.43%
B=49.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80751520.470.5100.40243.933.9244.51
Hex504B982F33028f4222d
Octal12011323057630503644255
Binary1010000100101110011000101111110011010100011110100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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