Html Css Color HEX #504E92 Governor Bay

📋 copy color: '#504E92'

red 80 ◦ green 78 ◦ blue 146

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

Shades of Governor Bay #504E92

Tints of Governor Bay #504E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 26.32%
G = 25.66%
B = 48.03%

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

#504E92 (or 0x504E92) is known color: Governor Bay. HEX triplet: 50, 4E and 92. RGB value is (80,78,146). Sum of RGB (Red+Green+Blue) = 80+78+146=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #504E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E92 is #AFB16D. Grayscale: #565656. Windows color (decimal): -11514222 or 9588304. OLE color: 9588304.

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

Color convert

RGB 80 78 146 -
CMYK 0.45 0.47 0 0.43
HSL 241.76º 0.3% 0.44% -
HSV(B) 241.76º 0.47% 0.57% -
XYZ 11.22 9.23 28.38 -
YUV 86.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 80 78 146 0.45 0.47 0 0.43 241.76 0.3 0.44
Hex 50 4E 92 2D 2F 0 2B F2 1E 2C
Octal 120 116 222 55 57 0 53 362 36 54
Binary 1010000 1001110 10010010 101101 101111 0 101011 11110010 11110 101100

Color Harmonies of #504E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E92

Black with #504E92

Text Example


Text Example

White with #504E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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