Html Css Color HEX #50518E Governor Bay

📋 copy color: '#50518E'

red 80 ◦ green 81 ◦ blue 142

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

Shades of Governor Bay #50518E

Tints of Governor Bay #50518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 26.4%
G = 26.73%
B = 46.86%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50518E (or 0x50518E) is known color: Governor Bay. HEX triplet: 50, 51 and 8E. RGB value is (80,81,142). Sum of RGB (Red+Green+Blue) = 80+81+142=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #50518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50518E is #AFAE71. Grayscale: #575757. Windows color (decimal): -11513458 or 9326928. OLE color: 9326928.

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

Color convert

RGB 80 81 142 -
CMYK 0.44 0.43 0 0.44
HSL 239.03º 0.28% 0.44% -
HSV(B) 239.03º 0.44% 0.56% -
XYZ 11.13 9.54 26.85 -
YUV 87.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 80 81 142 0.44 0.43 0 0.44 239.03 0.28 0.44
Hex 50 51 8E 2C 2B 0 2C EF 1C 2C
Octal 120 121 216 54 53 0 54 357 34 54
Binary 1010000 1010001 10001110 101100 101011 0 101100 11101111 11100 101100

Color Harmonies of #50518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50518E

Black with #50518E

Text Example


Text Example

White with #50518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50518E; }

 p { color: rgb(80,81,142); }

 H1.HeaderClassName
 {
   color: #50518E;
 }
 .AnyTagClassName
 {
   color: #50518E;
 }
</style>

background-color css

<style>
 a { background-color: #50518E; }

 a { background-color: rgb(80,81,142); }

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

border-color css

<style>
 span { border-color: #50518E; }

 span { border-color: rgb(80,81,142); }

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