Html Css Color HEX #50519B Governor Bay

📋 copy color: '#50519B'

red 80 ◦ green 81 ◦ blue 155

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

Shades of Governor Bay #50519B

Tints of Governor Bay #50519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 25.32%
G = 25.63%
B = 49.05%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50519B (or 0x50519B) is known color: Governor Bay. HEX triplet: 50, 51 and 9B. RGB value is (80,81,155). Sum of RGB (Red+Green+Blue) = 80+81+155=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #50519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50519B is #AFAE64. Grayscale: #585858. Windows color (decimal): -11513445 or 10178896. OLE color: 10178896.

HSL color Cylindrical-coordinate representation of color #50519B: hue angle of 239.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50519B is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 81 155 -
CMYK 0.48 0.48 0 0.39
HSL 239.2º 0.32% 0.46% -
HSV(B) 239.2º 0.48% 0.61% -
XYZ 12.17 9.96 32.29 -
YUV 89.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 80 81 155 0.48 0.48 0 0.39 239.2 0.32 0.46
Hex 50 51 9B 30 30 0 27 EF 20 2E
Octal 120 121 233 60 60 0 47 357 40 56
Binary 1010000 1010001 10011011 110000 110000 0 100111 11101111 100000 101110

Color Harmonies of #50519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50519B

Black with #50519B

Text Example


Text Example

White with #50519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50519B; }

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

 H1.HeaderClassName
 {
   color: #50519B;
 }
 .AnyTagClassName
 {
   color: #50519B;
 }
</style>

background-color css

<style>
 a { background-color: #50519B; }

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

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

border-color css

<style>
 span { border-color: #50519B; }

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

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