Html Css Color HEX #50508E Governor Bay

📋 copy color: '#50508E'

red 80 ◦ green 80 ◦ blue 142

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

Shades of Governor Bay #50508E

Tints of Governor Bay #50508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 26.49%
G = 26.49%
B = 47.02%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50508E (or 0x50508E) is known color: Governor Bay. HEX triplet: 50, 50 and 8E. RGB value is (80,80,142). Sum of RGB (Red+Green+Blue) = 80+80+142=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #50508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50508E is #AFAF71. Grayscale: #565656. Windows color (decimal): -11513714 or 9326672. OLE color: 9326672.

HSL color Cylindrical-coordinate representation of color #50508E: hue angle of 240º 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 #50508E is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 80 142 -
CMYK 0.44 0.44 0 0.44
HSL 240º 0.28% 0.44% -
HSV(B) 240º 0.44% 0.56% -
XYZ 11.06 9.4 26.82 -
YUV 87.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 80 80 142 0.44 0.44 0 0.44 240 0.28 0.44
Hex 50 50 8E 2C 2C 0 2C F0 1C 2C
Octal 120 120 216 54 54 0 54 360 34 54
Binary 1010000 1010000 10001110 101100 101100 0 101100 11110000 11100 101100

Color Harmonies of #50508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50508E

Black with #50508E

Text Example


Text Example

White with #50508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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