Html Css Color HEX #50518B Governor Bay

📋 copy color: '#50518B'

red 80 ◦ green 81 ◦ blue 139

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

Shades of Governor Bay #50518B

Tints of Governor Bay #50518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 26.67%
G = 27%
B = 46.33%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50518B (or 0x50518B) is known color: Governor Bay. HEX triplet: 50, 51 and 8B. RGB value is (80,81,139). Sum of RGB (Red+Green+Blue) = 80+81+139=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #50518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50518B is #AFAE74. Grayscale: #575757. Windows color (decimal): -11513461 or 9130320. OLE color: 9130320.

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

Color convert

RGB 80 81 139 -
CMYK 0.42 0.42 0 0.45
HSL 238.98º 0.27% 0.43% -
HSV(B) 238.98º 0.42% 0.55% -
XYZ 10.91 9.45 25.68 -
YUV 87.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 80 81 139 0.42 0.42 0 0.45 238.98 0.27 0.43
Hex 50 51 8B 2A 2A 0 2D EF 1B 2B
Octal 120 121 213 52 52 0 55 357 33 53
Binary 1010000 1010001 10001011 101010 101010 0 101101 11101111 11011 101011

Color Harmonies of #50518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50518B

Black with #50518B

Text Example


Text Example

White with #50518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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