Html Css Color HEX #504E90 Governor Bay

📋 copy color: '#504E90'

red 80 ◦ green 78 ◦ blue 144

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

Shades of Governor Bay #504E90

Tints of Governor Bay #504E90

RGB

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

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

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

R = 26.49%
G = 25.83%
B = 47.68%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#504E90 (or 0x504E90) is known color: Governor Bay. HEX triplet: 50, 4E and 90. RGB value is (80,78,144). Sum of RGB (Red+Green+Blue) = 80+78+144=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #504E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E90 is #AFB16F. Grayscale: #555555. Windows color (decimal): -11514224 or 9457232. OLE color: 9457232.

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

Color convert

RGB 80 78 144 -
CMYK 0.44 0.46 0 0.44
HSL 241.82º 0.3% 0.44% -
HSV(B) 241.82º 0.46% 0.56% -
XYZ 11.07 9.17 27.57 -
YUV 86.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 80 78 144 0.44 0.46 0 0.44 241.82 0.3 0.44
Hex 50 4E 90 2C 2E 0 2C F2 1E 2C
Octal 120 116 220 54 56 0 54 362 36 54
Binary 1010000 1001110 10010000 101100 101110 0 101100 11110010 11110 101100

Color Harmonies of #504E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E90

Black with #504E90

Text Example


Text Example

White with #504E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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