Html Css Color HEX #50518A Governor Bay

📋 copy color: '#50518A'

red 80 ◦ green 81 ◦ blue 138

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

Shades of Governor Bay #50518A

Tints of Governor Bay #50518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 26.76%
G = 27.09%
B = 46.15%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50518A (or 0x50518A) is known color: Governor Bay. HEX triplet: 50, 51 and 8A. RGB value is (80,81,138). Sum of RGB (Red+Green+Blue) = 80+81+138=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #50518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50518A is #AFAE75. Grayscale: #565656. Windows color (decimal): -11513462 or 9064784. OLE color: 9064784.

HSL color Cylindrical-coordinate representation of color #50518A: hue angle of 238.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50518A is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 81 138 -
CMYK 0.42 0.41 0 0.46
HSL 238.97º 0.27% 0.43% -
HSV(B) 238.97º 0.42% 0.54% -
XYZ 10.84 9.43 25.29 -
YUV 87.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 80 81 138 0.42 0.41 0 0.46 238.97 0.27 0.43
Hex 50 51 8A 2A 29 0 2E EF 1B 2B
Octal 120 121 212 52 51 0 56 357 33 53
Binary 1010000 1010001 10001010 101010 101001 0 101110 11101111 11011 101011

Color Harmonies of #50518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50518A

Black with #50518A

Text Example


Text Example

White with #50518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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