Html Css Color HEX #50509F Governor Bay

📋 copy color: '#50509F'

red 80 ◦ green 80 ◦ blue 159

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

Shades of Governor Bay #50509F

Tints of Governor Bay #50509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 25.08%
G = 25.08%
B = 49.84%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50509F (or 0x50509F) is known color: Governor Bay. HEX triplet: 50, 50 and 9F. RGB value is (80,80,159). Sum of RGB (Red+Green+Blue) = 80+80+159=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #50509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50509F is #AFAF60. Grayscale: #585858. Windows color (decimal): -11513697 or 10440784. OLE color: 10440784.

HSL color Cylindrical-coordinate representation of color #50509F: hue angle of 240º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50509F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 80 159 -
CMYK 0.50 0.50 0 0.38
HSL 240º 0.33% 0.47% -
HSV(B) 240º 0.5% 0.62% -
XYZ 12.43 9.95 34.07 -
YUV 89.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 80 80 159 0.50 0.50 0 0.38 240 0.33 0.47
Hex 50 50 9F 32 32 0 26 F0 21 2F
Octal 120 120 237 62 62 0 46 360 41 57
Binary 1010000 1010000 10011111 110010 110010 0 100110 11110000 100001 101111

Color Harmonies of #50509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50509F

Black with #50509F

Text Example


Text Example

White with #50509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50509F; }

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

 H1.HeaderClassName
 {
   color: #50509F;
 }
 .AnyTagClassName
 {
   color: #50509F;
 }
</style>

background-color css

<style>
 a { background-color: #50509F; }

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

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

border-color css

<style>
 span { border-color: #50509F; }

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

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