Html Css Color HEX #50548D Governor Bay

📋 copy color: '#50548D'

red 80 ◦ green 84 ◦ blue 141

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

Shades of Governor Bay #50548D

Tints of Governor Bay #50548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 26.23%
G = 27.54%
B = 46.23%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50548D (or 0x50548D) is known color: Governor Bay. HEX triplet: 50, 54 and 8D. RGB value is (80,84,141). Sum of RGB (Red+Green+Blue) = 80+84+141=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #50548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50548D is #AFAB72. Grayscale: #595959. Windows color (decimal): -11512691 or 9262160. OLE color: 9262160.

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

Color convert

RGB 80 84 141 -
CMYK 0.43 0.40 0 0.45
HSL 236.07º 0.28% 0.43% -
HSV(B) 236.07º 0.43% 0.55% -
XYZ 11.29 9.97 26.53 -
YUV 89.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 80 84 141 0.43 0.40 0 0.45 236.07 0.28 0.43
Hex 50 54 8D 2B 28 0 2D EC 1C 2B
Octal 120 124 215 53 50 0 55 354 34 53
Binary 1010000 1010100 10001101 101011 101000 0 101101 11101100 11100 101011

Color Harmonies of #50548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50548D

Black with #50548D

Text Example


Text Example

White with #50548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50548D; }

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

 H1.HeaderClassName
 {
   color: #50548D;
 }
 .AnyTagClassName
 {
   color: #50548D;
 }
</style>

background-color css

<style>
 a { background-color: #50548D; }

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

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

border-color css

<style>
 span { border-color: #50548D; }

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

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