#504B91

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

Shades of Governor Bay #504B91

Tints of Governor Bay #504B91

Color information

#504B91 (or 0x504B91) is unknown color: approx Governor Bay. HEX triplet: 50, 4B and 91. RGB value is (80,75,145). Sum of RGB (Red+Green+Blue) = 80+75+145=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #504B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B91 is #AFB46E. Grayscale: #545454. Windows color (decimal): -11514991 or 9522000. OLE color: 9522000.

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

Color convert

RGB8075145-
CMYK0.450.4800.43
HSL244.29º31.82%43.14%-
HSV(B)244.29º48.28%56.86%-
XYZ10.948.7827.91-
YUV84.48162.16124.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=26.67%
G=25%
B=48.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80751450.450.4800.43244.2931.8243.14
Hex504B912D3002Bf4202b
Octal12011322155600533644053
Binary1010000100101110010001101101110000010101111110100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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