Html Css Color HEX #50548E Governor Bay

📋 copy color: '#50548E'

red 80 ◦ green 84 ◦ blue 142

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

Shades of Governor Bay #50548E

Tints of Governor Bay #50548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 26.14%
G = 27.45%
B = 46.41%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50548E (or 0x50548E) is known color: Governor Bay. HEX triplet: 50, 54 and 8E. RGB value is (80,84,142). Sum of RGB (Red+Green+Blue) = 80+84+142=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #50548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50548E is #AFAB71. Grayscale: #595959. Windows color (decimal): -11512690 or 9327696. OLE color: 9327696.

HSL color Cylindrical-coordinate representation of color #50548E: hue angle of 236.13º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50548E is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 84 142 -
CMYK 0.44 0.41 0 0.44
HSL 236.13º 0.28% 0.44% -
HSV(B) 236.13º 0.44% 0.56% -
XYZ 11.36 10 26.92 -
YUV 89.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 80 84 142 0.44 0.41 0 0.44 236.13 0.28 0.44
Hex 50 54 8E 2C 29 0 2C EC 1C 2C
Octal 120 124 216 54 51 0 54 354 34 54
Binary 1010000 1010100 10001110 101100 101001 0 101100 11101100 11100 101100

Color Harmonies of #50548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50548E

Black with #50548E

Text Example


Text Example

White with #50548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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