Html Css Color HEX #504D91 Governor Bay

📋 copy color: '#504D91'

red 80 ◦ green 77 ◦ blue 145

#504D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #504D91

Tints of Governor Bay #504D91

RGB

 RED value IS 80 (31.64% from 255) = 26.49%

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 26.49%
G = 25.5%
B = 48.01%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504D91 (or 0x504D91) is known color: Governor Bay. HEX triplet: 50, 4D and 91. RGB value is (80,77,145). Sum of RGB (Red+Green+Blue) = 80+77+145=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #504D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D91 is #AFB26E. Grayscale: #555555. Windows color (decimal): -11514479 or 9522512. OLE color: 9522512.

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

Color convert

RGB 80 77 145 -
CMYK 0.45 0.47 0 0.43
HSL 242.65º 0.31% 0.44% -
HSV(B) 242.65º 0.47% 0.57% -
XYZ 11.07 9.06 27.95 -
YUV 85.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 80 77 145 0.45 0.47 0 0.43 242.65 0.31 0.44
Hex 50 4D 91 2D 2F 0 2B F3 1F 2C
Octal 120 115 221 55 57 0 53 363 37 54
Binary 1010000 1001101 10010001 101101 101111 0 101011 11110011 11111 101100

Color Harmonies of #504D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D91

Black with #504D91

Text Example


Text Example

White with #504D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D91;
 }
 .AnyTagClassName
 {
   color: #504D91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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