Html Css Color HEX #50549B Governor Bay

📋 copy color: '#50549B'

red 80 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #50549B

Tints of Governor Bay #50549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 25.08%
G = 26.33%
B = 48.59%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50549B (or 0x50549B) is known color: Governor Bay. HEX triplet: 50, 54 and 9B. RGB value is (80,84,155). Sum of RGB (Red+Green+Blue) = 80+84+155=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #50549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50549B is #AFAB64. Grayscale: #5A5A5A. Windows color (decimal): -11512677 or 10179664. OLE color: 10179664.

HSL color Cylindrical-coordinate representation of color #50549B: hue angle of 236.8º 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 #50549B is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 84 155 -
CMYK 0.48 0.46 0 0.39
HSL 236.8º 0.32% 0.46% -
HSV(B) 236.8º 0.48% 0.61% -
XYZ 12.39 10.41 32.37 -
YUV 90.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 80 84 155 0.48 0.46 0 0.39 236.8 0.32 0.46
Hex 50 54 9B 30 2E 0 27 ED 20 2E
Octal 120 124 233 60 56 0 47 355 40 56
Binary 1010000 1010100 10011011 110000 101110 0 100111 11101101 100000 101110

Color Harmonies of #50549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50549B

Black with #50549B

Text Example


Text Example

White with #50549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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