Html Css Color HEX #504D90 Governor Bay

📋 copy color: '#504D90'

red 80 ◦ green 77 ◦ blue 144

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

Shades of Governor Bay #504D90

Tints of Governor Bay #504D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 26.58%
G = 25.58%
B = 47.84%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#504D90 (or 0x504D90) is known color: Governor Bay. HEX triplet: 50, 4D and 90. RGB value is (80,77,144). Sum of RGB (Red+Green+Blue) = 80+77+144=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #504D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D90 is #AFB26F. Grayscale: #555555. Windows color (decimal): -11514480 or 9456976. OLE color: 9456976.

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

Color convert

RGB 80 77 144 -
CMYK 0.44 0.47 0 0.44
HSL 242.69º 0.3% 0.43% -
HSV(B) 242.69º 0.47% 0.56% -
XYZ 11 9.03 27.55 -
YUV 85.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 80 77 144 0.44 0.47 0 0.44 242.69 0.3 0.43
Hex 50 4D 90 2C 2F 0 2C F3 1E 2B
Octal 120 115 220 54 57 0 54 363 36 53
Binary 1010000 1001101 10010000 101100 101111 0 101100 11110011 11110 101011

Color Harmonies of #504D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D90

Black with #504D90

Text Example


Text Example

White with #504D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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