Html Css Color HEX #504E91 Governor Bay

📋 copy color: '#504E91'

red 80 ◦ green 78 ◦ blue 145

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

Shades of Governor Bay #504E91

Tints of Governor Bay #504E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

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

R = 26.4%
G = 25.74%
B = 47.85%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504E91 (or 0x504E91) is known color: Governor Bay. HEX triplet: 50, 4E and 91. RGB value is (80,78,145). Sum of RGB (Red+Green+Blue) = 80+78+145=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #504E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E91 is #AFB16E. Grayscale: #555555. Windows color (decimal): -11514223 or 9522768. OLE color: 9522768.

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

Color convert

RGB 80 78 145 -
CMYK 0.45 0.46 0 0.43
HSL 241.79º 0.3% 0.44% -
HSV(B) 241.79º 0.46% 0.57% -
XYZ 11.14 9.2 27.98 -
YUV 86.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 80 78 145 0.45 0.46 0 0.43 241.79 0.3 0.44
Hex 50 4E 91 2D 2E 0 2B F2 1E 2C
Octal 120 116 221 55 56 0 53 362 36 54
Binary 1010000 1001110 10010001 101101 101110 0 101011 11110010 11110 101100

Color Harmonies of #504E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E91

Black with #504E91

Text Example


Text Example

White with #504E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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